Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudListener

class CloudListener

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

For more information, see vnc_CloudListener in the C API documentation.

Implements

Nested classes

Constructor summary

Modifier and Type Method and Description

CloudListener(String localCloudAddress, String localCloudPassword, ConnectionHandler connectionHandler, CloudListener.Callback callback)

Begins listening for incoming connections on the given Cloud address.

Method summary

Modifier and Type Method and Description
void

CloudListener.Dispose()

Destroys the Cloud listener.

Constructors

CloudListener (String localCloudAddress, String localCloudPassword, ConnectionHandler connectionHandler, CloudListener.Callback callback)

Begins listening for incoming connections on the given Cloud address.

For more information, see vnc_CloudListener_create() in the C API documentation.

Methods

void CloudListener.Dispose ()

Destroys the Cloud listener.

For more information, see vnc_CloudListener_destroy() in the C API documentation.

×