Enum ClientState
The state of a client.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum ClientState
Fields
Name | Description |
---|---|
New | Indicates that the client is new and has not yet registered with the gateway. |
Registered | Indicates that the client is registered with the gateway. |
Registering | Indicates that the client is registering with the gateway. |
Unregistered | Indicates that the client is unregistered with the gateway. |
Unregistering | Indicates that the client is unregistering with the gateway. |