fm.liveswitch.dtmf.Mode Enum Reference

The DTMF mode. More...

Public Member Functions

 Mode (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static Mode getByAssignedValue (int value)
 

Public Attributes

 Augment =(1)
 Indicates that DTMF packets will be sent along with the audio packets that trigger them. More...
 
 Replace =(2)
 Indicates that DTMF packets will be sent instead of the audio packets that trigger them. More...
 

Detailed Description

The DTMF mode.

Constructor & Destructor Documentation

◆ Mode()

fm.liveswitch.dtmf.Mode.Mode ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.dtmf.Mode.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.dtmf.Mode.getAssignedValue ( )

◆ getByAssignedValue()

static Mode fm.liveswitch.dtmf.Mode.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Augment

fm.liveswitch.dtmf.Mode.Augment =(1)

Indicates that DTMF packets will be sent along with the audio packets that trigger them.

◆ Replace

fm.liveswitch.dtmf.Mode.Replace =(2)

Indicates that DTMF packets will be sent instead of the audio packets that trigger them.