Table of Contents

Enum GatewayConnectivityState

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Indicates whether the gateway is reachable by the Overkiz cloud.

public enum GatewayConnectivityState

Fields

Connected = 0

The gateway is online and connected to the cloud.

Disconnected = 1

The gateway cannot be reached by the cloud.

Unknown = 2

Connectivity state could not be determined.