Public Types | |
| enum | OptionalFields { e_nonStandardData, e_rsvpParameters, e_atmParameters, e_localQoS, e_genericTransportParameters, e_servicePriority, e_authorizationParameter, e_qosDescriptor, e_dscpValue } |
Public Member Functions | |
| 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_NonStandardParameter | m_nonStandardData |
| H245_RSVPParameters | m_rsvpParameters |
| H245_ATMParameters | m_atmParameters |
| PASN_Boolean | m_localQoS |
| H245_GenericTransportParameters | m_genericTransportParameters |
| H245_ServicePriority | m_servicePriority |
| H245_AuthorizationParameters | m_authorizationParameter |
| H245_QOSDescriptor | m_qosDescriptor |
| PASN_Integer | m_dscpValue |
Definition at line 12031 of file h245.h.
1.5.2