fm.liveswitch.DtlsProtocolVersion Enum Reference

DTLS protocol versions. More...

Public Member Functions

 DtlsProtocolVersion (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static DtlsProtocolVersion getByAssignedValue (int value)
 

Public Attributes

 Dtls10 =(1)
 Indicates DTLS 1.0. More...
 
 Dtls12 =(2)
 Indicates DTLS 1.2. More...
 
 Dtls13 =(3)
 Indicates DTLS 1.3. More...
 

Detailed Description

DTLS protocol versions.

Constructor & Destructor Documentation

◆ DtlsProtocolVersion()

fm.liveswitch.DtlsProtocolVersion.DtlsProtocolVersion ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.DtlsProtocolVersion.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.DtlsProtocolVersion.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Dtls10

fm.liveswitch.DtlsProtocolVersion.Dtls10 =(1)

Indicates DTLS 1.0.

◆ Dtls12

fm.liveswitch.DtlsProtocolVersion.Dtls12 =(2)

Indicates DTLS 1.2.

◆ Dtls13

fm.liveswitch.DtlsProtocolVersion.Dtls13 =(3)

Indicates DTLS 1.3.