GetFileHandle() const | IOInterface | [inline] |
GetIOInterfaceList() | IOInterface | [inline] |
GetIOInterfaceNext() | IOInterface | [inline] |
IOInterface(IOInterfaceList *iolist) | IOInterface | |
IsOpen() const | IOInterface | [inline] |
mFileHandle | IOInterface | [protected] |
mIOInterfaceList | IOInterface | [protected] |
mIOInterfaceNext | IOInterface | [protected] |
mLogInput | IOInterface | [protected] |
mLogOutput | IOInterface | [protected] |
OnClose()=0 | IOInterface | [pure virtual] |
OnDataArrival(unsigned char *data, int len)=0 | IOInterface | [pure virtual] |
OnInputAvailable() | IOInterface | [virtual] |
Send(unsigned char *data, int len) | IOInterface | [virtual] |
Send(const std::string &str) | IOInterface | [virtual] |
SetInputLogFile(const std::string &file, bool append=true) | IOInterface | |
SetOutputLogFile(const std::string &file, bool append=true) | IOInterface | |
~IOInterface() | IOInterface |