OpenDOF Project
void(* DOFConnectionPeerListener::DOFConnectionPeerListenerFns_t::Removed)(DOFConnectionPeerListener self, DOFConnection connection, DOFException except)

Callback used to let listener free any allocated memory from a removed listener.

This callback is to notify the listener that it is safe to remove any data allocated for this listener. After this callback is called, the listener will no longer be called.

This callback may be NULL to ignore notification of removal.

Parameters
selfThe listener object. This will never be NULL.
connectionThe connection for which the state is being reported. This will never be NULL.
exceptThe exception causing the listener to be removed prematurely. This will be NULL if the listener is removed normally by the application.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31