NetLink Sockets C++ 1.0.0
Networking C++ Library @ Get NetLink Sockets C++ Library at SourceForge.net. Fast, secure and Free Open Source software downloads
Public Member Functions

NL::SocketGroupCmd Class Reference

#include <netlink/socket_group.h>

List of all members.

Public Member Functions

virtual void exec (Socket *socket, SocketGroup *group, void *reference)=0

Detailed Description

Class to be used as base for SocketGroup callback function implementing classes


Member Function Documentation

virtual void NL::SocketGroupCmd::exec ( Socket socket,
SocketGroup group,
void *  reference 
) [pure virtual]

Function to be implemented for the callback. The parameters will be provided by the SocketGroup::listen() function when calling

Parameters:
socketSocket which triggered the callback
groupSocketGroup which triggered the callback
referencePointer passed to listen function to be used here

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Enumerations Enumerator