The state of a client.
More...
|
| | New =(1) |
| | Indicates that the client is new and has not yet registered with the gateway. More...
|
| |
| | Registering =(2) |
| | Indicates that the client is registering with the gateway. More...
|
| |
| | Registered =(3) |
| | Indicates that the client is registered with the gateway. More...
|
| |
| | Unregistering =(4) |
| | Indicates that the client is unregistering with the gateway. More...
|
| |
| | Unregistered =(5) |
| | Indicates that the client is unregistered with the gateway. More...
|
| |
◆ ClientState()
| fm.liveswitch.ClientState.ClientState |
( |
int |
value | ) |
|
◆ [static initializer]()
| fm.liveswitch.ClientState.[static initializer] |
|
static |
◆ getAssignedValue()
| int fm.liveswitch.ClientState.getAssignedValue |
( |
| ) |
|
◆ getByAssignedValue()
| static ClientState fm.liveswitch.ClientState.getByAssignedValue |
( |
int |
value | ) |
|
|
static |
◆ New
| fm.liveswitch.ClientState.New =(1) |
Indicates that the client is new and has not yet registered with the gateway.
◆ Registered
| fm.liveswitch.ClientState.Registered =(3) |
Indicates that the client is registered with the gateway.
◆ Registering
| fm.liveswitch.ClientState.Registering =(2) |
Indicates that the client is registering with the gateway.
◆ Unregistered
| fm.liveswitch.ClientState.Unregistered =(5) |
Indicates that the client is unregistered with the gateway.
◆ Unregistering
| fm.liveswitch.ClientState.Unregistering =(4) |
Indicates that the client is unregistering with the gateway.