A DTLS role. More...
Public Member Functions | |
| DtlsRole (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static DtlsRole | getByAssignedValue (int value) |
Public Attributes | |
| Auto =(1) | |
| Indicates a negotiated role. More... | |
| Client =(2) | |
| Indicates a client role. More... | |
| Server =(3) | |
| Indicates a server role. More... | |
A DTLS role.
| fm.liveswitch.DtlsRole.DtlsRole | ( | int | value | ) |
|
static |
| int fm.liveswitch.DtlsRole.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.DtlsRole.Auto =(1) |
Indicates a negotiated role.
| fm.liveswitch.DtlsRole.Client =(2) |
Indicates a client role.
| fm.liveswitch.DtlsRole.Server =(3) |
Indicates a server role.