#include <ClntIfaceMgr.h>
Inheritance diagram for TClntIfaceMgr:
Public Member Functions | |
TClntIfaceMgr (string xmlFile) | |
~TClntIfaceMgr () | |
void | dump () |
bool | sendUnicast (int iface, char *msg, int size, SmartPtr< TIPv6Addr > addr) |
bool | sendMulticast (int iface, char *msg, int msgsize) |
SmartPtr< TMsg > | select (unsigned int timeout) |
void | setThats (SmartPtr< TClntIfaceMgr > clntIfaceMgr, SmartPtr< TClntTransMgr > clntTransMgr, SmartPtr< TClntCfgMgr > clntCfgMgr, SmartPtr< TClntAddrMgr > clntAddrMgr) |
void | removeAllOpts () |
unsigned int | getTimeout () |
Friends | |
ostream & | operator<< (ostream &strum, TClntIfaceMgr &x) |
|
|
|
|
|
Reimplemented from TIfaceMgr. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|