Data callback interface. More...
#include <DwmHostPinger.hh>
Public Member Functions | |
| virtual void | operator() (const PingDestination &destination, const TimeValue &recvTime, const TimeValue &rtt)=0 |
| Operator (). Must be implemented in a derived class. | |
Data callback interface.
destination is the destination being pinged. recvTime is the time of reception (or the time at which we timed out the ping). rtt is the round trip time. If rtt.Secs() is 0xFFFFFFFF, we did not receive a response to the ping. To use this interface, you must derive from this class and implement the () operator, then register it via SetReceiver().