7 #ifndef _INC_cPingClient_H
8 #define _INC_cPingClient_H
14 #include "../Net/cNetAddrName.h"
41 void InitClientData();
42 bool HasResponse()
const;
46 virtual HRESULT OnPingRx(
HRESULT hRes,
const BYTE* pPayload,
size_t nPayloadLen);
59 HRESULT PingSendGeneric(
const cNetAddress& AddrServer,
const BYTE* pData,
size_t iLen);
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
Definition: cNetAddr.h:31
Definition: cPingClient.h:21
virtual ~cPingClientQuery()
Definition: cPingClient.h:37
cNetAddress m_AddrServer
address of the server we are pinging.
Definition: cPingClient.h:27
Definition: cPingClient.h:50
UNITTEST_FRIEND(cPingClient)
Definition: cPingCommon.h:65
Definition: cTimeSys.h:93
static const TIMESYS_t k_FREQ
milliSec per Sec
Definition: cTimeSys.h:100
Definition: cPingCommon.h:16
UNITTEST2_PREDEF(cQuadtree)
INT32 TIMESYSD_t
Time delta. signed milli-Seconds Span. cTimeSys::k_DMAX, cTimeSys::k_INF = MAILSLOT_WAIT_FOREVER.
Definition: cTimeSys.h:28
UINT32 TIMESYS_t
TIMESYS_t = The normal system tick timer. milli-seconds since start of system/app ?
Definition: cTimeSys.h:27