|
OPAL Version 3.10.2
|
#include <ies.h>
Public Member Functions | |
| IAX2IeInvalidElement () | |
| virtual BYTE | GetlengthOfData () |
| virtual void | PrintOn (ostream &str) const |
Protected Member Functions | |
| virtual void | WriteBinary (BYTE *) |
An Information Element that identifies an invalid code in the processed binary data.
| IAX2IeInvalidElement::IAX2IeInvalidElement | ( | ) | [inline] |
| virtual BYTE IAX2IeInvalidElement::GetlengthOfData | ( | ) | [inline, virtual] |
Access function to get the length of data, which is used when writing to network packet
| virtual void IAX2IeInvalidElement::PrintOn | ( | ostream & | str | ) | const [inline, virtual] |
print this class (nicely) to the designated stream
Reimplemented from IAX2Ie.
| virtual void IAX2IeInvalidElement::WriteBinary | ( | BYTE * | ) | [inline, protected, virtual] |
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.