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 | |
| 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 |
Definition at line 7255 of file h225.h.
1.5.2