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 |
![]() | |
H245Negotiator (H323EndPoint &endpoint, H323Connection &connection) | |
Protected Attributes | |
PBoolean | awaitingResponse |
unsigned | sequenceNumber |
PTimeInterval | tripStartTime |
PTimeInterval | roundTripTime |
unsigned | retryCount |
![]() | |
H323EndPoint & | endpoint |
H323Connection & | connection |
PTimer | replyTimer |
Additional Inherited Members | |
![]() | |
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 |