OpenDOF Project
void DOFRuntime_RemoveConnectionListener ( DOFRuntime  self,
DOFRuntimeConnectionStateListener  listener 
)

Removes a previously added DOFRuntimeConnectionStateListener.

When the listener is removed, this function causes the listener's removed callback to be called, if it defines one.

Parameters
selfThe DOFRuntime. This must not be NULL.
listenerThe listener to remove. This should not be NULL. If the listener is not found, no action is taken.
See Also
DOFRuntime_AddConnectionListener
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22