Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudListener

vncsdk.CloudListener

Listener used to join VNC Cloud and listen for a connection.

Constructor Summary

Modifier and Type Method and Description

CloudListener(localCloudAddress, localCloudPassword, connectionHandler, callback)

Begins listening for incoming connections on the given Cloud address.

Method Summary

Modifier and Type Method and Description

destroy()

Destroys the Cloud listener.

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

vncsdk.VncException on error

Methods

CloudListener.destroy()

Destroys the Cloud listener.

For more information, see vnc_CloudListener_destroy().

×