Class ipAddrToAsciiCallBack

Class Documentation

class ipAddrToAsciiCallBack

Users implement this virtual class to use ipAddrToAsciiTransaction.

In order to use ipAddrToAsciiTranaction, users should implement this virtual class to handle events that occur asynchronously while converting the IP address.

Public Functions

virtual void transactionComplete(const char *pHostName) = 0

Called once the ip address is converted to ASCII.

virtual void show(unsigned level) const

Called by the show() method of ipAddrToAsciiTransaction or ipAddrToAsciiEngine when passed a level >= 1.

virtual ~ipAddrToAsciiCallBack() = 0