fm.liveswitch.DtlsRole Enum Reference

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...
 

Detailed Description

A DTLS role.

Constructor & Destructor Documentation

◆ DtlsRole()

fm.liveswitch.DtlsRole.DtlsRole ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.DtlsRole.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.DtlsRole.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Auto

fm.liveswitch.DtlsRole.Auto =(1)

Indicates a negotiated role.

◆ Client

fm.liveswitch.DtlsRole.Client =(2)

Indicates a client role.

◆ Server

fm.liveswitch.DtlsRole.Server =(3)

Indicates a server role.