#include <h245.h>
Inheritance diagram for H245_AuthenticationCapability:
Public Types | |
enum | OptionalFields { e_nonStandard, e_antiSpamAlgorithm } |
Public Member Functions | |
H245_AuthenticationCapability (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 | |
H245_NonStandardParameter | m_nonStandard |
PASN_ObjectId | m_antiSpamAlgorithm |
H245_AuthenticationCapability::H245_AuthenticationCapability | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H245_AuthenticationCapability::GetDataLength | ( | ) | const |
PBoolean H245_AuthenticationCapability::Decode | ( | PASN_Stream & | strm | ) |
void H245_AuthenticationCapability::Encode | ( | PASN_Stream & | strm | ) | const |
void H245_AuthenticationCapability::PrintOn | ( | ostream & | strm | ) | const |
Comparison H245_AuthenticationCapability::Compare | ( | const PObject & | obj | ) | const |
PObject* H245_AuthenticationCapability::Clone | ( | ) | const |
PASN_ObjectId H245_AuthenticationCapability::m_antiSpamAlgorithm |