Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudAddressMonitor.Callback

vncsdk.CloudAddressMonitor.Callback

Callback for a vncsdk.CloudAddressMonitor.

Method Summary

Modifier and Type Method and Description

availability_changed(monitor, cloud_address, availability)

Notification that the availability information for a Cloud address has changed.

monitor_paused(monitor)

Notification that monitoring has been paused by an outgoing connection starting.

Methods

CloudAddressMonitor.Callback.availability_changed(monitor, cloud_address, availability)

Notification that the availability information for a Cloud address has changed.

For more information, see vnc_CloudAddressMonitor_Callback::availabilityChanged.

Parameters:
Returns:

None

CloudAddressMonitor.Callback.monitor_paused(monitor)

Notification that monitoring has been paused by an outgoing connection starting.

For more information, see vnc_CloudAddressMonitor_Callback::monitorPaused.

Parameters:monitor (vncsdk.CloudAddressMonitor) –
Returns:None
×