#include <h225.h>
Inheritance diagram for H225_GroupID:
Public Types | |
enum | OptionalFields { e_member } |
Public Member Functions | |
H225_GroupID (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_GroupID_member | m_member |
PASN_IA5String | m_group |
H225_GroupID::H225_GroupID | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H225_GroupID::GetDataLength | ( | ) | const |
BOOL H225_GroupID::Decode | ( | PASN_Stream & | strm | ) |
void H225_GroupID::Encode | ( | PASN_Stream & | strm | ) | const |
void H225_GroupID::PrintOn | ( | ostream & | strm | ) | const |
Comparison H225_GroupID::Compare | ( | const PObject & | obj | ) | const |
PObject* H225_GroupID::Clone | ( | ) | const |
PASN_IA5String H225_GroupID::m_group |