OpenDOF Project
void(* DOFConnectionConnectCallback::Complete)(DOFConnectionConnectCallback self, DOFConnection connection, void *context, DOFException except)

Callback for when an asynchronous connection request completes.

The exception can be checked to determine whether the request completed successfully or not.

This callback must not be NULL.

Parameters
selfThe callback object. This will never be NULL.
connectionThe connection for which the state is being reported. This will never be NULL.
contextThe context that was associated with the callback during the DOFConnection_BeginConnect call, or NULL if no context was associated.
exceptAn exception, if one occurred. This will be NULL if there was no exception (success).
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22