fm.liveswitch.stun.MessageType Enum Reference

The list of valid message types. More...

Public Member Functions

 MessageType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static MessageType getByAssignedValue (int value)
 

Public Attributes

 Request =(1)
 Specifies that the message is a request. More...
 
 Indication =(2)
 Specifies that the message is an indication (no response). More...
 
 SuccessResponse =(3)
 Specifies that the message is a response indicating success. More...
 
 ErrorResponse =(4)
 Specifies that the message is a response indicating failure. More...
 

Detailed Description

The list of valid message types.

Constructor & Destructor Documentation

◆ MessageType()

fm.liveswitch.stun.MessageType.MessageType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.stun.MessageType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.stun.MessageType.getAssignedValue ( )

◆ getByAssignedValue()

static MessageType fm.liveswitch.stun.MessageType.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ ErrorResponse

fm.liveswitch.stun.MessageType.ErrorResponse =(4)

Specifies that the message is a response indicating failure.

◆ Indication

fm.liveswitch.stun.MessageType.Indication =(2)

Specifies that the message is an indication (no response).

◆ Request

fm.liveswitch.stun.MessageType.Request =(1)

Specifies that the message is a request.

◆ SuccessResponse

fm.liveswitch.stun.MessageType.SuccessResponse =(3)

Specifies that the message is a response indicating success.