Learn how to evaluate and integrate the VNC SDK
Server.ConnectionCallback¶
-
vncsdk.Server.
ConnectionCallback
¶ Callback receiving connection-related notifications for a Server.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
Notification that a connection has ended. |
|
Notification that a connection has successfully started. |
Methods¶
-
Server.ConnectionCallback.
connection_ended
(server, connection)¶ Notification that a connection has ended.
For more information, see
vnc_Server_ConnectionCallback::connectionEnded
.Parameters: - server (
vncsdk.Server
) – - connection (
vncsdk.Connection
) –
Returns: None
- server (
-
Server.ConnectionCallback.
connection_started
(server, connection)¶ Notification that a connection has successfully started.
For more information, see
vnc_Server_ConnectionCallback::connectionStarted
.Parameters: - server (
vncsdk.Server
) – - connection (
vncsdk.Connection
) –
Returns: None
- server (