Enum GatewayConnectivityState
- Namespace
- OverKizApi.Enums
- Assembly
- OverKizApi.dll
Indicates whether the gateway is reachable by the Overkiz cloud.
public enum GatewayConnectivityState
Fields
Connected = 0The gateway is online and connected to the cloud.
Disconnected = 1The gateway cannot be reached by the cloud.
Unknown = 2Connectivity state could not be determined.