#include <h245.h>
Inheritance diagram for H245_GenericMessage:
Public Types | |
enum | OptionalFields { e_subMessageIdentifier, e_messageContent } |
Public Member Functions | |
H245_GenericMessage (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 | |
H245_CapabilityIdentifier | m_messageIdentifier |
PASN_Integer | m_subMessageIdentifier |
H245_ArrayOf_GenericParameter | m_messageContent |
H245_GenericMessage::H245_GenericMessage | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H245_GenericMessage::GetDataLength | ( | ) | const |
BOOL H245_GenericMessage::Decode | ( | PASN_Stream & | strm | ) |
void H245_GenericMessage::Encode | ( | PASN_Stream & | strm | ) | const |
void H245_GenericMessage::PrintOn | ( | ostream & | strm | ) | const |
Comparison H245_GenericMessage::Compare | ( | const PObject & | obj | ) | const |
PObject* H245_GenericMessage::Clone | ( | ) | const |
Reimplemented in H245_GenericInformation.
PASN_Integer H245_GenericMessage::m_subMessageIdentifier |