|
virtual void | close ()=0 |
|
virtual bool | connected () const =0 |
|
virtual bool | wait (int ms=-1)=0 |
|
virtual ssize_t | send (void const *buffer, size_t length)=0 |
|
virtual ssize_t | receive (void *buffer, size_t length)=0 |
|
virtual bool | send (std::string const &buffer) |
|
virtual bool | receive (std::string &buffer) |
|
The documentation for this class was generated from the following files:
- Headers/DebugServer2/Host/Channel.h
- Sources/Host/Common/Channel.cpp