OpenDOF Project
boolean DOFRuntime_AddConnectionListener ( DOFRuntime  self,
DOFRuntimeConnectionStateListener  listener 
)

Adds a DOFRuntimeConnectionStateListener that is notified when connections are established or go down.

Parameters
selfThe DOFRuntime. This must not be NULL.
listenerThe listener to add. This should not be NULL.
Returns
TRUE if the listener was added.
Exceptions
FALSEif the listener could not be added, illegal arguments were detected, or the listener was already added.
See Also
DOFRuntime_RemoveConnectionListener
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22