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