OPAL  Version 3.10.4
IAX2IeCalledNumber Class Reference

#include <ies.h>

Inheritance diagram for IAX2IeCalledNumber:
IAX2IeString IAX2Ie

Public Member Functions

 IAX2IeCalledNumber (BYTE length, BYTE *srcData)
 IAX2IeCalledNumber (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 number/extension being called.


Constructor & Destructor Documentation

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

Constructor from data read from the network.

Contents are undefined if network data is bogus.

IAX2IeCalledNumber::IAX2IeCalledNumber ( const PString &  newValue)
inline

Initialise to the supplied string value

References IAX2IeString::SetData().


Member Function Documentation

virtual BYTE IAX2IeCalledNumber::GetKeyValue ( ) const
inlinevirtual

Get the key value for this particular Information Element class

Reimplemented from IAX2Ie.

References IAX2Ie::ie_calledNumber.

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

print this class (nicely) to the designated stream

Reimplemented from IAX2IeString.

virtual void IAX2IeCalledNumber::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::calledNumber, and IAX2IeString::dataValue.


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