Start launches the desktop session. It is idempotent — calling Start on an already-running session returns the existing config. The returned DisplayConfig describes the running session.
(ctx context.Context)
| 15 | // config. The returned DisplayConfig describes the running |
| 16 | // session. |
| 17 | Start(ctx context.Context) (DisplayConfig, error) |
| 18 | |
| 19 | // VNCConn dials the desktop's VNC server and returns a raw |
| 20 | // net.Conn carrying RFB binary frames. Each call returns a new |
no outgoing calls