|
OPAL
Version 3.14.3
|
#include <h323neg.h>


Public Member Functions | |
| H245NegRoundTripDelay (H323EndPoint &endpoint, H323Connection &connection) | |
| PBoolean | StartRequest () |
| PBoolean | HandleRequest (const H245_RoundTripDelayRequest &pdu) |
| PBoolean | HandleResponse (const H245_RoundTripDelayResponse &pdu) |
| void | HandleTimeout () |
| PTimeInterval | GetRoundTripDelay () const |
| PBoolean | IsRemoteOffline () const |
Public Member Functions inherited from H245Negotiator | |
| H245Negotiator (H323EndPoint &endpoint, H323Connection &connection) | |
Protected Attributes | |
| PBoolean | awaitingResponse |
| unsigned | sequenceNumber |
| PTimeInterval | tripStartTime |
| PTimeInterval | roundTripTime |
| unsigned | retryCount |
Protected Attributes inherited from H245Negotiator | |
| H323EndPoint & | endpoint |
| H323Connection & | connection |
| PTimer | replyTimer |
Additional Inherited Members | |
Protected Member Functions inherited from H245Negotiator | |
| PDECLARE_NOTIFIER (PTimer, H245Negotiator, HandleTimeoutUnlocked) | |
Request mode change as per H245 section 8.9
| H245NegRoundTripDelay::H245NegRoundTripDelay | ( | H323EndPoint & | endpoint, |
| H323Connection & | connection | ||
| ) |
|
inline |
References roundTripTime.
| PBoolean H245NegRoundTripDelay::HandleRequest | ( | const H245_RoundTripDelayRequest & | pdu | ) |
| PBoolean H245NegRoundTripDelay::HandleResponse | ( | const H245_RoundTripDelayResponse & | pdu | ) |
|
virtual |
Reimplemented from H245Negotiator.
|
inline |
References retryCount.
| PBoolean H245NegRoundTripDelay::StartRequest | ( | ) |
|
protected |
|
protected |
Referenced by IsRemoteOffline().
|
protected |
Referenced by GetRoundTripDelay().
|
protected |
|
protected |