#include <h225.h>
Inheritance diagram for H225_Information_UUIE:
Public Types | |
enum | OptionalFields { e_callIdentifier, e_tokens, e_cryptoTokens, e_fastStart, e_fastConnectRefused, e_circuitInfo } |
Public Member Functions | |
H225_Information_UUIE (unsigned tag=UniversalSequence, TagClass tagClass=UniversalTagClass) | |
PINDEX | GetDataLength () const |
BOOL | Decode (PASN_Stream &strm) |
void | Encode (PASN_Stream &strm) const |
void | PrintOn (ostream &strm) const |
Comparison | Compare (const PObject &obj) const |
PObject * | Clone () const |
Public Attributes | |
H225_ProtocolIdentifier | m_protocolIdentifier |
H225_CallIdentifier | m_callIdentifier |
H225_ArrayOf_ClearToken | m_tokens |
H225_ArrayOf_CryptoH323Token | m_cryptoTokens |
H225_ArrayOf_PASN_OctetString | m_fastStart |
PASN_Null | m_fastConnectRefused |
H225_CircuitInfo | m_circuitInfo |
H225_Information_UUIE::H225_Information_UUIE | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H225_Information_UUIE::GetDataLength | ( | ) | const |
BOOL H225_Information_UUIE::Decode | ( | PASN_Stream & | strm | ) |
void H225_Information_UUIE::Encode | ( | PASN_Stream & | strm | ) | const |
void H225_Information_UUIE::PrintOn | ( | ostream & | strm | ) | const |
Comparison H225_Information_UUIE::Compare | ( | const PObject & | obj | ) | const |
PObject* H225_Information_UUIE::Clone | ( | ) | const |