Create new C_Callback
Create new C_Callback object. Function pointers are required to be given as parameters for dealing with notification and new connection callbacks. The notification function parameters are short (event id), const char* (address) and void* (user data). The new connection function parameters are const unsigned short (port number), MAbstractConnection* (connection object), int (connection id) and void* (user data). Given pointers to used data are stored and passed to corresponding callbacks each time callback function is called.
Alphabetic index HTML hierarchy of classes or Java