#include <frame.h>
Inheritance diagram for IAX2FullFrameDtmf:
Public Types | |
enum | DtmfSc { dtmf0 = 48, dtmf1 = 49, dtmf2 = 50, dtmf3 = 51, dtmf4 = 52, dtmf5 = 53, dtmf6 = 54, dtmf7 = 55, dtmf8 = 56, dtmf9 = 57, dtmfA = 65, dtmfB = 66, dtmfC = 67, dtmfD = 68, dtmfStar = 42, dtmfHash = 35 } |
Public Member Functions | |
IAX2FullFrameDtmf (IAX2Frame &srcFrame) | |
IAX2FullFrameDtmf (IAX2FullFrame &srcFrame) | |
IAX2FullFrameDtmf (IAX2Processor *processor, char subClassValue) | |
IAX2FullFrameDtmf (IAX2Processor *processor, PString subClassValue) | |
virtual PString | GetSubClassName () const |
virtual BYTE | GetFullFrameType () |
|
|
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet |
|
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet |
|
Construction from a Connection class. Classes generated from this are then on sent to a remote endpoint.
|
|
Construction from a Connection class. Classes generated from this are then on sent to a remote endpoint.
|
|
Return the FullFrame type represented here (voice, protocol, session etc Reimplemented from IAX2FullFrame. |
|
Get text description of the subclass contents Reimplemented from IAX2FullFrame. |