fm.liveswitch.AddressType Enum Reference

Address types. More...

Public Member Functions

 AddressType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static AddressType getByAssignedValue (int value)
 

Public Attributes

 IPv4 =(1)
 Indicates an IP version 4 address. More...
 
 IPv6 =(2)
 Indicates an IP version 6 address. More...
 
 Unknown =(3)
 Indicates an unknown address type. More...
 

Detailed Description

Address types.

Constructor & Destructor Documentation

◆ AddressType()

fm.liveswitch.AddressType.AddressType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.AddressType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.AddressType.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ IPv4

fm.liveswitch.AddressType.IPv4 =(1)

Indicates an IP version 4 address.

◆ IPv6

fm.liveswitch.AddressType.IPv6 =(2)

Indicates an IP version 6 address.

◆ Unknown

fm.liveswitch.AddressType.Unknown =(3)

Indicates an unknown address type.