fm.liveswitch.NetworkType Enum Reference

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

Detailed Description

A network type.

Constructor & Destructor Documentation

◆ NetworkType()

fm.liveswitch.NetworkType.NetworkType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.NetworkType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.NetworkType.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Cellular

fm.liveswitch.NetworkType.Cellular =(4)

Indicates a cellular network type.

◆ Unknown

fm.liveswitch.NetworkType.Unknown =(1)

Indicates an unknown network type.

◆ Vpn

fm.liveswitch.NetworkType.Vpn =(5)

Indicates a VPN network type.

◆ Wired

fm.liveswitch.NetworkType.Wired =(2)

Indicates a wired network type.

◆ Wireless

fm.liveswitch.NetworkType.Wireless =(3)

Indicates a wireless network type.