#include <frame.h>
Inheritance diagram for IAX2FullFrameText:

Public Member Functions | |
| IAX2FullFrameText (IAX2Processor *processor, const PString &textValue) | |
| IAX2FullFrameText (IAX2Frame &srcFrame) | |
| IAX2FullFrameText (IAX2FullFrame &srcFrame) | |
| virtual PString | GetSubClassName () const |
| virtual BYTE | GetFullFrameType () |
| PString | GetTextString () const |
Protected Attributes | |
| PString | internalText |
The text is carried in the data section.
|
||||||||||||
|
Construction from a Connection class. Classes generated from this are then on sent to a remote endpoint.
|
|
|
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 |
|
|
Return the IAX2FullFrame type represented here (voice, protocol, session etc Reimplemented from IAX2FullFrame. |
|
|
Get text description of the subclass contents Reimplemented from IAX2FullFrame. |
|
|
Return the text data |
|
|
The text string that will be placed in the body of this message |
1.4.2