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... | |
The list of valid message types.
| fm.liveswitch.stun.MessageType.MessageType | ( | int | value | ) |
|
static |
| int fm.liveswitch.stun.MessageType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.stun.MessageType.ErrorResponse =(4) |
Specifies that the message is a response indicating failure.
| fm.liveswitch.stun.MessageType.Indication =(2) |
Specifies that the message is an indication (no response).
| fm.liveswitch.stun.MessageType.Request =(1) |
Specifies that the message is a request.
| fm.liveswitch.stun.MessageType.SuccessResponse =(3) |
Specifies that the message is a response indicating success.