Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.ConnectionCallback

vncsdk.Server.ConnectionCallback

Callback receiving connection-related notifications for a Server.

Method Summary

Modifier and Type Method and Description

connection_ended(server, connection)

Notification that a connection has ended.

connection_started(server, connection)

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:
Returns:

None

Server.ConnectionCallback.connection_started(server, connection)

Notification that a connection has successfully started.

For more information, see vnc_Server_ConnectionCallback::connectionStarted.

Parameters:
Returns:

None

×