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