OPAL
Version 3.18.8
|
#include <causecode.h>
Public Member Functions | |
IAX2IeCauseCode (BYTE length, BYTE *srcData) | |
IAX2IeCauseCode (BYTE newValue) | |
virtual BYTE | GetKeyValue () const |
void | PrintOn (ostream &str) const |
virtual void | StoreDataIn (IAX2IeData &res) |
![]() | |
IAX2Ie () | |
virtual | ~IAX2Ie () |
virtual PBoolean | IsValid () |
int | GetBinarySize () const |
void | SetData (int &) |
int | ReadData () |
void | WriteBinary (void *data, PINDEX &writeIndex) |
Additional Inherited Members | |
![]() | |
static IAX2Ie * | BuildInformationElement (BYTE _typeCode, BYTE length, BYTE *srcData) |
![]() | |
virtual void | WriteBinary (BYTE *data) |
![]() | |
BYTE | dataValue |
![]() | |
PBoolean | validData |
An Information Element that contains the hangup cause code
Enums to specify why this call failed
|
inline |
Constructor from data read from the network.
Contents are undefined if the network data is bogus/invalid
|
inline |
Construct with a predefined value (Typically used prior to transmission)
|
inlinevirtual |
Get the key value for this particular Information Element class
Reimplemented from IAX2Ie.
References IAX2Ie::ie_causeCode.
|
virtual |
print this class (nicely) to the designated stream
Reimplemented from IAX2IeByte.
|
inlinevirtual |
Take the data from this Ie, and copy it into the IeData structure. This is done on processing an incoming frame which contains Ie in the data section.
Reimplemented from IAX2Ie.
References IAX2IeData::causeCode, and IAX2IeByte::dataValue.