Table of Contents

Enum GatewayMode

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Describes the role of a gateway within its installation.

public enum GatewayMode

Fields

Master = 1

The gateway is the primary coordinator in a multi-gateway setup.

Slave = 2

The gateway is subordinate to a master gateway.

Standalone = 0

The gateway operates independently with no peer gateways.

Unknown = 3

Gateway mode could not be determined.