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... | |
The internet connection state of a client.
fm.liveswitch.NetworkConnectionState.NetworkConnectionState | ( | int | value | ) |
|
static |
int fm.liveswitch.NetworkConnectionState.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.NetworkConnectionState.Connected =(2) |
Indicates that the client has internet connection.
fm.liveswitch.NetworkConnectionState.Disconnected =(3) |
Indicates that the client has disconnected from the internet.
fm.liveswitch.NetworkConnectionState.New =(1) |
Indicates that the client is new.