#include <h225.h>
Inheritance diagram for H225_RegistrationReject:
Public Types | |
enum | OptionalFields { e_nonStandardData, e_gatekeeperIdentifier, e_altGKInfo, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_featureSet, e_genericData, e_assignedGatekeeper } |
Public Member Functions | |
H225_RegistrationReject (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_RequestSeqNum | m_requestSeqNum |
H225_ProtocolIdentifier | m_protocolIdentifier |
H225_NonStandardParameter | m_nonStandardData |
H225_RegistrationRejectReason | m_rejectReason |
H225_GatekeeperIdentifier | m_gatekeeperIdentifier |
H225_AltGKInfo | m_altGKInfo |
H225_ArrayOf_ClearToken | m_tokens |
H225_ArrayOf_CryptoH323Token | m_cryptoTokens |
H225_ICV | m_integrityCheckValue |
H225_FeatureSet | m_featureSet |
H225_ArrayOf_GenericData | m_genericData |
H225_AlternateGK | m_assignedGatekeeper |
H225_RegistrationReject::H225_RegistrationReject | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H225_RegistrationReject::GetDataLength | ( | ) | const |
BOOL H225_RegistrationReject::Decode | ( | PASN_Stream & | strm | ) |
void H225_RegistrationReject::Encode | ( | PASN_Stream & | strm | ) | const |
void H225_RegistrationReject::PrintOn | ( | ostream & | strm | ) | const |
Comparison H225_RegistrationReject::Compare | ( | const PObject & | obj | ) | const |
PObject* H225_RegistrationReject::Clone | ( | ) | const |