OpenDOF Project
void(* ReconnectingStateListenerCallbacks::ReconnectingStateListenerCallbacksFns_t::ConnectionRemoved)(ReconnectingStateListenerCallbacks self, ReconnectingStateListener listener, DOFConnection connection, DOFException except)

Called to notify the user that the ReconnectingStateListener has been removed from a connection.

This callback must not be NULL.

Parameters
selfThe callback structure given to ReconnectingStateListener_Create. This will never be NULL.
listenerThe ReconnectingStateListener that the callback structure was associated with. This will never be NULL.
connectionThe connection that the listener was removed from. This will never be NULL.
exceptAn exception if the listener was called because of an error. This will be NULL if the ReconnectingStateListener is removed normally from the connection by the application.
core-c-dof-connection-reconnecting-listener Version 2.1.0 Build 0
2017-05-12