fm.liveswitch.ProtocolType Enum Reference

A protocol type. More...

Public Member Functions

 ProtocolType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static ProtocolType getByAssignedValue (int value)
 

Public Attributes

 Udp =(1)
 Indicates the UDP protocol. More...
 
 Tcp =(2)
 Indicates the TCP protocol. More...
 
 Tls =(3)
 Indicates the TLS protocol. More...
 
 Unknown =(4)
 Indicates an unknown protocol. More...
 

Detailed Description

A protocol type.

Constructor & Destructor Documentation

◆ ProtocolType()

fm.liveswitch.ProtocolType.ProtocolType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.ProtocolType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.ProtocolType.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Tcp

fm.liveswitch.ProtocolType.Tcp =(2)

Indicates the TCP protocol.

◆ Tls

fm.liveswitch.ProtocolType.Tls =(3)

Indicates the TLS protocol.

◆ Udp

fm.liveswitch.ProtocolType.Udp =(1)

Indicates the UDP protocol.

◆ Unknown

fm.liveswitch.ProtocolType.Unknown =(4)

Indicates an unknown protocol.