NetLink Sockets C++  1.0.0
Networking C++ Library
 All Classes Namespaces Files Functions Enumerations Enumerator Pages
Public Member Functions | List of all members
NL::SocketGroupCmd Class Referenceabstract

#include <netlink/socket_group.h>

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

Examples:
chatClient.cc, chatServer.cc, and webGet.cc.

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
Examples:
webGet.cc.

The documentation for this class was generated from the following file: