|
OPAL
Version 3.10.4
|
#include <h323neg.h>
Public Member Functions | |
| H245Negotiator (H323EndPoint &endpoint, H323Connection &connection) | |
Protected Member Functions | |
| PDECLARE_NOTIFIER (PTimer, H245Negotiator, HandleTimeoutUnlocked) | |
| virtual void | HandleTimeout () |
Protected Attributes | |
| H323EndPoint & | endpoint |
| H323Connection & | connection |
| PTimer | replyTimer |
Base class for doing H245 negotiations
| H245Negotiator::H245Negotiator | ( | H323EndPoint & | endpoint, |
| H323Connection & | connection | ||
| ) |
| virtual void H245Negotiator::HandleTimeout | ( | ) | [protected, virtual] |
Reimplemented in H245NegRoundTripDelay, H245NegRequestMode, H245NegLogicalChannel, H245NegTerminalCapabilitySet, and H245NegMasterSlaveDetermination.
| H245Negotiator::PDECLARE_NOTIFIER | ( | PTimer | , |
| H245Negotiator | , | ||
| HandleTimeoutUnlocked | |||
| ) | [protected] |
H323Connection& H245Negotiator::connection [protected] |
H323EndPoint& H245Negotiator::endpoint [protected] |
PTimer H245Negotiator::replyTimer [protected] |