#include <h245.h>
Inheritance diagram for H245_RSVPParameters:
Public Types | |
enum | OptionalFields { e_qosMode, e_tokenRate, e_bucketSize, e_peakRate, e_minPoliced, e_maxPktSize } |
Public Member Functions | |
H245_RSVPParameters (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_QOSMode | m_qosMode |
PASN_Integer | m_tokenRate |
PASN_Integer | m_bucketSize |
PASN_Integer | m_peakRate |
PASN_Integer | m_minPoliced |
PASN_Integer | m_maxPktSize |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|