fm.liveswitch.NetworkConnectionState Enum Reference

The internet connection state of a client. More...

Public Member Functions

 NetworkConnectionState (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static NetworkConnectionState getByAssignedValue (int value)
 

Public Attributes

 New =(1)
 Indicates that the client is new. More...
 
 Connected =(2)
 Indicates that the client has internet connection. More...
 
 Disconnected =(3)
 Indicates that the client has disconnected from the internet. More...
 

Detailed Description

The internet connection state of a client.

Constructor & Destructor Documentation

◆ NetworkConnectionState()

fm.liveswitch.NetworkConnectionState.NetworkConnectionState ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.NetworkConnectionState.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.NetworkConnectionState.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Connected

fm.liveswitch.NetworkConnectionState.Connected =(2)

Indicates that the client has internet connection.

◆ Disconnected

fm.liveswitch.NetworkConnectionState.Disconnected =(3)

Indicates that the client has disconnected from the internet.

◆ New

fm.liveswitch.NetworkConnectionState.New =(1)

Indicates that the client is new.