Learn how to evaluate and integrate the VNC SDK
CloudAddressMonitor.Callback¶
-
vncsdk.CloudAddressMonitor.
Callback
¶ Callback for a
vncsdk.CloudAddressMonitor
.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
Notification that the availability information for a Cloud address has changed. |
|
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: - monitor (
vncsdk.CloudAddressMonitor
) – - cloud_address (str or None) –
- availability (
vncsdk.CloudAddressMonitor.Availability
) –
Returns: None
- monitor (
-
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