Enum APIType
- Namespace
- OverKizApi.Enums
- Assembly
- OverKizApi.dll
Determines whether the client communicates with the Overkiz cloud or a local gateway.
public enum APIType
Fields
Cloud = 0Communicate via the Overkiz cloud API (default for all named servers).
Local = 1Communicate directly with a local gateway using the developer-mode API token.