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

Public Types | |
| enum | OptionalFields { e_sendAddress, e_recvAddress } | 
Public Member Functions | |
| H225_TransportChannelInfo (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_TransportAddress | m_sendAddress | 
| H225_TransportAddress | m_recvAddress | 
| H225_TransportChannelInfo::H225_TransportChannelInfo | ( | unsigned |  tag = UniversalSequence,  | 
        |
| TagClass |  tagClass = UniversalTagClass | |||
| ) | 
| PINDEX H225_TransportChannelInfo::GetDataLength | ( | ) | const | 
| PBoolean H225_TransportChannelInfo::Decode | ( | PASN_Stream & | strm | ) | 
| void H225_TransportChannelInfo::Encode | ( | PASN_Stream & | strm | ) | const | 
| void H225_TransportChannelInfo::PrintOn | ( | ostream & | strm | ) | const | 
| Comparison H225_TransportChannelInfo::Compare | ( | const PObject & | obj | ) | const | 
| PObject* H225_TransportChannelInfo::Clone | ( | ) | const | 
 1.5.1