#include <CommCalls.h>
Public Types | |
typedef CommAcceptCbParams | Params |
typedef RefCount< CommAcceptCbPtrFun > | Pointer |
Public Member Functions | |
CommAcceptCbPtrFun (IOACB *aHandler, const CommAcceptCbParams &aParams) | |
CommAcceptCbPtrFun (const CommAcceptCbPtrFun &o) | |
void | dial () |
void | print (std::ostream &os) const override |
Public Attributes | |
IOACB * | handler |
Params | params |
Detailed Description
Definition at line 194 of file CommCalls.h.
Member Typedef Documentation
◆ Params
Definition at line 198 of file CommCalls.h.
◆ Pointer
Definition at line 199 of file CommCalls.h.
Constructor & Destructor Documentation
◆ CommAcceptCbPtrFun() [1/2]
CommAcceptCbPtrFun::CommAcceptCbPtrFun | ( | IOACB * | aHandler, |
const CommAcceptCbParams & | aParams | ||
) |
Definition at line 143 of file CommCalls.cc.
◆ CommAcceptCbPtrFun() [2/2]
CommAcceptCbPtrFun::CommAcceptCbPtrFun | ( | const CommAcceptCbPtrFun & | o | ) |
Definition at line 150 of file CommCalls.cc.
Member Function Documentation
◆ dial()
void CommAcceptCbPtrFun::dial | ( | ) |
Definition at line 157 of file CommCalls.cc.
References handler, and CommDialerParamsT< CommAcceptCbParams >::params.
◆ print()
|
overridevirtual |
Implements CallDialer.
Definition at line 163 of file CommCalls.cc.
References CommDialerParamsT< CommAcceptCbParams >::params, and CommAcceptCbParams::print().
Member Data Documentation
◆ handler
IOACB* CommAcceptCbPtrFun::handler |
Definition at line 209 of file CommCalls.h.
Referenced by dial().
◆ params
|
inherited |
Definition at line 149 of file CommCalls.h.
The documentation for this class was generated from the following files:
- src/CommCalls.h
- src/CommCalls.cc