OpenDOF Project
void DOF_Close ( DOF  self,
DOFConnection  connection 
)

Forces a connection to close.

This function can be used to forcibly disconnect a connection, even if multiple references to the connection exist. In contrast, DOFConnection_Disconnect disconnects the connection only when the number of references to disconnect calls is equal to the number of references to DOFConnection_Connect and DOFConnection_BeginConnect calls.

Parameters
selfThe DOF associated with the connection. This must not be NULL.
connectionThe connection to close. If NULL, no action is taken.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22