Enum GatewayMode
- Namespace
- OverKizApi.Enums
- Assembly
- OverKizApi.dll
Describes the role of a gateway within its installation.
public enum GatewayMode
Fields
Master = 1The gateway is the primary coordinator in a multi-gateway setup.
Slave = 2The gateway is subordinate to a master gateway.
Standalone = 0The gateway operates independently with no peer gateways.
Unknown = 3Gateway mode could not be determined.