WinRtmPipeObserver (WinRtmPipe& rs)
| WinRtmPipeObserver |
~WinRtmPipeObserver ()
| ~WinRtmPipeObserver |
[virtual]
void rtsock_data (const vector<uint8_t>& buffer)
| rtsock_data |
[pure virtual]
Receive data from the routing socket.
Note that this method is called asynchronously when the routing socket has data to receive, therefore it should never be called directly by anything else except the routing socket facility itself.
Parameters:
buffer | the buffer with the received data. |
WinRtmPipe& routing_socket ()
| routing_socket |
Get WinRtmPipe associated with Observer.