VNCConn dials the desktop's VNC server and returns a raw net.Conn carrying RFB binary frames. Each call returns a new connection; multiple clients can connect simultaneously. Start must be called before VNCConn.
(ctx context.Context)
| 21 | // connection; multiple clients can connect simultaneously. |
| 22 | // Start must be called before VNCConn. |
| 23 | VNCConn(ctx context.Context) (net.Conn, error) |
| 24 | |
| 25 | // Screenshot captures the current framebuffer as a PNG and |
| 26 | // returns it base64-encoded. TargetWidth/TargetHeight in opts |
no outgoing calls
no test coverage detected