OpenDOF Project
void(* DOFConnectionPeerListener::DOFConnectionPeerListenerFns_t::PeerRemoved)(DOFConnectionPeerListener self, DOFConnection connection, DOFAddress address)

Callback for when a peer has left the session represented by the Connection (for example, a node has disconnected from a hub).

This callback will be called periodically when a peer is known to have left the session. Only updates after the listener was added will be reported.

This callback may be NULL to ignore notification of removed peers.

Parameters
selfThe listener object. This will never be NULL.
connectionThe connection for which the peer removal is being reported. This will never be NULL.
addressThe address of the peer that left. This will never be NULL.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31