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. | |
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.