#include <h225.h>
Inheritance diagram for H225_ServiceControlIndication:

Public Types | |
| enum | OptionalFields {  e_nonStandardData, e_endpointIdentifier, e_callSpecific, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_featureSet, e_genericData }  | 
Public Member Functions | |
| H225_ServiceControlIndication (unsigned tag=UniversalSequence, TagClass tagClass=UniversalTagClass) | |
| PINDEX | GetDataLength () const | 
| PBoolean | 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_NonStandardParameter | m_nonStandardData | 
| H225_ArrayOf_ServiceControlSession | m_serviceControl | 
| H225_EndpointIdentifier | m_endpointIdentifier | 
| H225_ServiceControlIndication_callSpecific | m_callSpecific | 
| H225_ArrayOf_ClearToken | m_tokens | 
| H225_ArrayOf_CryptoH323Token | m_cryptoTokens | 
| H225_ICV | m_integrityCheckValue | 
| H225_FeatureSet | m_featureSet | 
| H225_ArrayOf_GenericData | m_genericData | 
| H225_ServiceControlIndication::H225_ServiceControlIndication | ( | unsigned |  tag = UniversalSequence,  | 
        |
| TagClass |  tagClass = UniversalTagClass | |||
| ) | 
| PINDEX H225_ServiceControlIndication::GetDataLength | ( | ) | const | 
| PBoolean H225_ServiceControlIndication::Decode | ( | PASN_Stream & | strm | ) | 
| void H225_ServiceControlIndication::Encode | ( | PASN_Stream & | strm | ) | const | 
| void H225_ServiceControlIndication::PrintOn | ( | ostream & | strm | ) | const | 
| Comparison H225_ServiceControlIndication::Compare | ( | const PObject & | obj | ) | const | 
| PObject* H225_ServiceControlIndication::Clone | ( | ) | const | 
 1.5.1