fm.liveswitch.ClientState Enum Reference

The state of a client. More...

Public Member Functions

 ClientState (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static ClientState getByAssignedValue (int value)
 

Public Attributes

 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...
 

Detailed Description

The state of a client.

Constructor & Destructor Documentation

◆ ClientState()

fm.liveswitch.ClientState.ClientState ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.ClientState.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.ClientState.getAssignedValue ( )

◆ getByAssignedValue()

static ClientState fm.liveswitch.ClientState.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ 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.