A network type. More...
Public Member Functions | |
| NetworkType (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static NetworkType | getByAssignedValue (int value) |
Public Attributes | |
| Unknown =(1) | |
| Indicates an unknown network type. More... | |
| Wired =(2) | |
| Indicates a wired network type. More... | |
| Wireless =(3) | |
| Indicates a wireless network type. More... | |
| Cellular =(4) | |
| Indicates a cellular network type. More... | |
| Vpn =(5) | |
| Indicates a VPN network type. More... | |
A network type.
| fm.liveswitch.NetworkType.NetworkType | ( | int | value | ) |
|
static |
| int fm.liveswitch.NetworkType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.NetworkType.Cellular =(4) |
Indicates a cellular network type.
| fm.liveswitch.NetworkType.Unknown =(1) |
Indicates an unknown network type.
| fm.liveswitch.NetworkType.Vpn =(5) |
Indicates a VPN network type.
| fm.liveswitch.NetworkType.Wired =(2) |
Indicates a wired network type.
| fm.liveswitch.NetworkType.Wireless =(3) |
Indicates a wireless network type.