#include <mcs.h>
Inheritance diagram for MCS_Connect_Response:
Public Member Functions | |
MCS_Connect_Response (unsigned tag=102, TagClass tagClass=ApplicationTagClass) | |
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 | |
MCS_Result | m_result |
PASN_Integer | m_calledConnectId |
MCS_DomainParameters | m_domainParameters |
PASN_OctetString | m_userData |
MCS_Connect_Response::MCS_Connect_Response | ( | unsigned | tag = 102 , |
|
TagClass | tagClass = ApplicationTagClass | |||
) |
PINDEX MCS_Connect_Response::GetDataLength | ( | ) | const |
PBoolean MCS_Connect_Response::Decode | ( | PASN_Stream & | strm | ) |
void MCS_Connect_Response::Encode | ( | PASN_Stream & | strm | ) | const |
void MCS_Connect_Response::PrintOn | ( | ostream & | strm | ) | const |
Comparison MCS_Connect_Response::Compare | ( | const PObject & | obj | ) | const |
PObject* MCS_Connect_Response::Clone | ( | ) | const |
PASN_Integer MCS_Connect_Response::m_calledConnectId |
PASN_OctetString MCS_Connect_Response::m_userData |