NetLink Sockets C++
1.0.0
Networking C++ Library
|
#include <netlink/socket_group.h>
Public Member Functions | |
virtual void | exec (Socket *socket, SocketGroup *group, void *reference)=0 |
Class to be used as base for SocketGroup callback function implementing classes
|
pure virtual |
Function to be implemented for the callback. The parameters will be provided by the SocketGroup::listen() function when calling
socket | Socket which triggered the callback |
group | SocketGroup which triggered the callback |
reference | Pointer passed to listen function to be used here |