#include <h323neg.h>
Inheritance diagram for H245NegRoundTripDelay:
Public Member Functions | |
H245NegRoundTripDelay (H323EndPoint &endpoint, H323Connection &connection) | |
BOOL | StartRequest () |
BOOL | HandleRequest (const H245_RoundTripDelayRequest &pdu) |
BOOL | HandleResponse (const H245_RoundTripDelayResponse &pdu) |
void | HandleTimeout (PTimer &, INT) |
PTimeInterval | GetRoundTripDelay () const |
BOOL | IsRemoteOffline () const |
Protected Attributes | |
BOOL | awaitingResponse |
unsigned | sequenceNumber |
PTimeInterval | tripStartTime |
PTimeInterval | roundTripTime |
unsigned | retryCount |
H245NegRoundTripDelay::H245NegRoundTripDelay | ( | H323EndPoint & | endpoint, | |
H323Connection & | connection | |||
) |
BOOL H245NegRoundTripDelay::StartRequest | ( | ) |
BOOL H245NegRoundTripDelay::HandleRequest | ( | const H245_RoundTripDelayRequest & | pdu | ) |
BOOL H245NegRoundTripDelay::HandleResponse | ( | const H245_RoundTripDelayResponse & | pdu | ) |
void H245NegRoundTripDelay::HandleTimeout | ( | PTimer & | , | |
INT | ||||
) |
PTimeInterval H245NegRoundTripDelay::GetRoundTripDelay | ( | ) | const [inline] |
BOOL H245NegRoundTripDelay::IsRemoteOffline | ( | ) | const [inline] |
BOOL H245NegRoundTripDelay::awaitingResponse [protected] |
unsigned H245NegRoundTripDelay::sequenceNumber [protected] |
PTimeInterval H245NegRoundTripDelay::tripStartTime [protected] |
PTimeInterval H245NegRoundTripDelay::roundTripTime [protected] |
unsigned H245NegRoundTripDelay::retryCount [protected] |