Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudListener

class vncsdk.CloudListener

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

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.

Method Summary

Modifier and Type Method and Description

destroy()

Destroys the Cloud listener.

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:

Methods

CloudListener.destroy()

Destroys the Cloud listener.

For more information, see vnc_CloudListener_destroy().

×