Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudAddressMonitor.Availability

enum CloudAddressMonitor.Availability

Enumeration of availabilities for a Cloud address.

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

Fields

CloudAddressMonitor.Availability.Available

A peer is currently listening on the Cloud address.

CloudAddressMonitor.Availability.Unavailable

No peer is currently listening on the Cloud address.

CloudAddressMonitor.Availability.UnknownAvailability

The Cloud address monitor is waiting for the Cloud services to return the availability for the peer address, or an error occurred.

×