#include <ies.h>
Inheritance diagram for IAX2IeInvalidElement:
Public Member Functions | |
IAX2IeInvalidElement () | |
virtual BYTE | GetlengthOfData () |
void | PrintOn (ostream &str) const |
Protected Member Functions | |
virtual void | WriteBinary (BYTE *) |
|
|
|
Access function to get the length of data, which is used when writing to network packet |
|
print this class (nicely) to the designated stream Reimplemented from IAX2Ie. |
|
Take the data value for this particular IAX2Ie and copy into the memory region. For an IAX2IeInvalidElement, there is no work done, as the data is invalid. Reimplemented from IAX2Ie. |