#include <frame.h>
Inheritance diagram for IAX2FullFrameNull:
Public Member Functions | |
IAX2FullFrameNull (IAX2EndPoint &endpoint) | |
IAX2FullFrameNull (IAX2Frame &srcFrame) | |
IAX2FullFrameNull (IAX2FullFrame &srcFrame) | |
virtual PString | GetSubClassName () const |
virtual BYTE | GetFullFrameType () |
These frames are sent reliably. There is no data in the subclass section. There is no data in the data section
|
Construct an empty Full Frame. Classes generated like this are used to handle transmitted information |
|
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet. Classes generated like this are used to handle received data. |
|
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet. Classes generated like this are used to handle received data. |
|
Return the IAX2FullFrame type represented here (voice, protocol, session etc Reimplemented from IAX2FullFrame. |
|
Get text description of the subclass contents Reimplemented from IAX2FullFrame. |