OPAL  Version 3.10.4
IAX2IeCalledContext Class Reference

#include <ies.h>

Inheritance diagram for IAX2IeCalledContext:
IAX2IeString IAX2Ie

Public Member Functions

 IAX2IeCalledContext (BYTE length, BYTE *srcData)
 IAX2IeCalledContext (const PString &newValue)
virtual void PrintOn (ostream &str) const
virtual BYTE GetKeyValue () const
virtual void StoreDataIn (IAX2IeData &res)
- Public Member Functions inherited from IAX2IeString
 IAX2IeString (BYTE length, BYTE *srcData)
 IAX2IeString (const PString &newValue)
 IAX2IeString (const char *newValue)
 IAX2IeString ()
virtual BYTE GetLengthOfData ()
void SetData (const PString &newData)
void SetData (const char *newData)
PString ReadData ()
- Public Member Functions inherited from IAX2Ie
 IAX2Ie ()
virtual ~IAX2Ie ()
virtual PBoolean IsValid ()
int GetBinarySize ()
void SetData (int &)
void WriteBinary (void *data, PINDEX &writeIndex)

Additional Inherited Members

- Protected Member Functions inherited from IAX2IeString
virtual void WriteBinary (BYTE *data)
- Protected Attributes inherited from IAX2IeString
PString dataValue
- Protected Attributes inherited from IAX2Ie
PBoolean validData

Detailed Description

An Information Element that contains the context for this number


Constructor & Destructor Documentation

IAX2IeCalledContext::IAX2IeCalledContext ( BYTE  length,
BYTE *  srcData 
)
inline

Constructor from data read from the network.

Contents are undefined if the network data is bogus/invalid

IAX2IeCalledContext::IAX2IeCalledContext ( const PString &  newValue)
inline

Initialise to the supplied string value

References IAX2IeString::SetData().


Member Function Documentation

virtual BYTE IAX2IeCalledContext::GetKeyValue ( ) const
inlinevirtual

Get the key value for this particular Information Element class

Reimplemented from IAX2Ie.

References IAX2Ie::ie_calledContext.

virtual void IAX2IeCalledContext::PrintOn ( ostream &  str) const
virtual

print this class (nicely) to the designated stream

Reimplemented from IAX2IeString.

virtual void IAX2IeCalledContext::StoreDataIn ( IAX2IeData res)
inlinevirtual

Take the data from this IAX2Ie, and copy it into the IAX2IeData structure. This is done on processing an incoming frame which contains IAX2Ie in the data section.

Reimplemented from IAX2Ie.

References IAX2IeData::calledContext, and IAX2IeString::dataValue.


The documentation for this class was generated from the following file: