|
winss
|
A listener for pipe client received data events. More...
#include <pipe_client.hpp>


Public Member Functions | |
| virtual bool | Received (const std::vector< char > &message)=0 |
| Called when the pipe client has received data. More... | |
| virtual | ~PipeClientReceiveListener () |
| Default destructor. More... | |
Public Member Functions inherited from winss::PipeClientConnectionListener | |
| virtual bool | Connected ()=0 |
| Called when the pipe client is connected. More... | |
| virtual bool | Disconnected ()=0 |
| Called when the pipe client is disconnected. More... | |
| virtual | ~PipeClientConnectionListener () |
| Default destructor. More... | |
A listener for pipe client received data events.
|
inlinevirtual |
Default destructor.
|
pure virtual |
Called when the pipe client has received data.
| message | The list of bytes that was received. |
Implemented in winss::InboundControlItem.
1.8.11