Inheritance diagram for H323TransactionPDU:

Public Member Functions | |
| H323TransactionPDU () | |
| H323TransactionPDU (const H235Authenticators &auth) | |
| virtual | ~H323TransactionPDU () |
| virtual BOOL | Read (H323Transport &transport) |
| virtual BOOL | Write (H323Transport &transport) |
| const H235Authenticators & | GetAuthenticators () const |
| void | SetAuthenticators (const H235Authenticators &auth) |
| H235Authenticator::ValidationResult | Validate (const PASN_Array &clearTokens, unsigned clearOptionalField, const PASN_Array &cryptoTokens, unsigned cryptoOptionalField) const |
| void | Prepare (PASN_Array &clearTokens, unsigned clearOptionalField, PASN_Array &cryptoTokens, unsigned cryptoOptionalField) |
Protected Attributes | |
| H235Authenticators | authenticators |
| PPER_Stream | rawPDU |
Definition at line 103 of file h323trans.h.
1.5.2