winss
|
A listener for pipe client send complete events. More...
#include <pipe_client.hpp>
Public Member Functions | |
virtual bool | WriteComplete ()=0 |
Called when the pipe client has finished sending data. More... | |
virtual | ~PipeClientSendListener () |
Default destructor. More... | |
![]() | |
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 send complete events.
|
inlinevirtual |
Default destructor.
|
pure virtual |
Called when the pipe client has finished sending data.
Implemented in winss::OutboundControlItem.