Learn how to evaluate and integrate the VNC SDK
CloudListener¶
-
class
vncsdk.
CloudListener
¶ Listener used to join VNC Cloud and listen for a connection.
Nested Classes¶
Constructor Summary¶
Modifier and Type | Method and Description |
---|---|
__init__(local_cloud_address, local_cloud_password, connection_handler, callback) Begins listening for incoming connections on the given Cloud address. |
Constructor¶
-
vncsdk.CloudListener.
__init__
(local_cloud_address, local_cloud_password, connection_handler, callback)¶ Begins listening for incoming connections on the given Cloud address.
For more information, see
vnc_CloudListener_create()
.Parameters: - local_cloud_address (str) –
- local_cloud_password (str) –
- connection_handler (
vncsdk.ConnectionHandler
) – - callback (
vncsdk.CloudListener.Callback
) –
Methods¶
-
CloudListener.
destroy
()¶ Destroys the Cloud listener.
For more information, see
vnc_CloudListener_destroy()
.