#include <frame.h>
Inheritance diagram for IAX2FullFrameHtml:
Public Member Functions | |
IAX2FullFrameHtml (const IAX2Frame &srcFrame) | |
IAX2FullFrameHtml (const IAX2FullFrame &srcFrame) | |
virtual PString | GetSubClassName () const |
virtual BYTE | GetFullFrameType () |
The contents of the data section is message specific
IAX2FullFrameHtml::IAX2FullFrameHtml | ( | const IAX2Frame & | srcFrame | ) |
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet
IAX2FullFrameHtml::IAX2FullFrameHtml | ( | const IAX2FullFrame & | srcFrame | ) |
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet
virtual PString IAX2FullFrameHtml::GetSubClassName | ( | ) | const [virtual] |
Get text description of the subclass contents
Reimplemented from IAX2FullFrame.
virtual BYTE IAX2FullFrameHtml::GetFullFrameType | ( | ) | [inline, virtual] |
Return the IAX2FullFrame type represented here (voice, protocol, session etc
Reimplemented from IAX2FullFrame.