EPICS Base  7.0.7.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | List of all members
ipAddrToAsciiCallBack Class Referenceabstract

Users implement this virtual class to use ipAddrToAsciiTransaction. More...

#include <ipAddrToAsciiAsynchronous.h>

Public Member Functions

virtual void transactionComplete (const char *pHostName)=0
 Called once the ip address is converted to ASCII.
 
virtual void show (unsigned level) const
 

Detailed Description

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

Definition at line 88 of file ipAddrToAsciiAsynchronous.h.

Member Function Documentation

virtual void ipAddrToAsciiCallBack::show ( unsigned  level) const
virtual

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


The documentation for this class was generated from the following file: