#include <h225.h>
Inheritance diagram for H225_ReleaseComplete_UUIE:
Public Types | |
enum | OptionalFields { e_reason, e_callIdentifier, e_tokens, e_cryptoTokens, e_busyAddress, e_presentationIndicator, e_screeningIndicator, e_capacity, e_serviceControl, e_featureSet } |
Public Member Functions | |
H225_ReleaseComplete_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_ReleaseCompleteReason | m_reason |
H225_CallIdentifier | m_callIdentifier |
H225_ArrayOf_ClearToken | m_tokens |
H225_ArrayOf_CryptoH323Token | m_cryptoTokens |
H225_ArrayOf_AliasAddress | m_busyAddress |
H225_PresentationIndicator | m_presentationIndicator |
H225_ScreeningIndicator | m_screeningIndicator |
H225_CallCapacity | m_capacity |
H225_ArrayOf_ServiceControlSession | m_serviceControl |
H225_FeatureSet | m_featureSet |
H225_ReleaseComplete_UUIE::H225_ReleaseComplete_UUIE | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H225_ReleaseComplete_UUIE::GetDataLength | ( | ) | const |
BOOL H225_ReleaseComplete_UUIE::Decode | ( | PASN_Stream & | strm | ) |
void H225_ReleaseComplete_UUIE::Encode | ( | PASN_Stream & | strm | ) | const |
void H225_ReleaseComplete_UUIE::PrintOn | ( | ostream & | strm | ) | const |
Comparison H225_ReleaseComplete_UUIE::Compare | ( | const PObject & | obj | ) | const |
PObject* H225_ReleaseComplete_UUIE::Clone | ( | ) | const |