OpenDOF Project
Data Fields
ReconnectingStateListenerCallbacks::ReconnectingStateListenerCallbacksFns_t Struct Reference

The ReconnectingStateListener interface function structure, containing a list of function pointers that implement the interface. More...

Data Fields

void(* ConnectionRemoved )(ReconnectingStateListenerCallbacks self, ReconnectingStateListener listener, DOFConnection connection, DOFException except)
 Called to notify the user that the ReconnectingStateListener has been removed from a connection.
 
void(* Destroyed )(ReconnectingStateListenerCallbacks self, ReconnectingStateListener listener)
 Called when it it safe to free the resources for this ReconnectingStateListenerCallbacks.
 

Detailed Description

The ReconnectingStateListener interface function structure, containing a list of function pointers that implement the interface.

It has the same role as a vtable in C++. This must not be NULL.

core-c-dof-connection-reconnecting-listener Version 2.1.0 Build 0
2017-05-12