OpenDOF Project
void(* DOFObjectGetCallback::GetResult)(DOFObjectGetCallback self, DOFOperation operation, DOFProviderInfo providerInfo, DOFValue value, DOFException except)

Callback for a Requestor for the results of an asynchronous operation.

This callback may be NULL to ignore notification of results.

Parameters
selfThe callback object. This will never be NULL.
operationThe original request operation. This will never be NULL.
providerInfoThe DOFProviderInfo associated with the value or except. This will never be NULL.
valueA DOFValue result of the Get Operation. Must be ignored if except is non-NULL. This may be NULL if the returned value is "NULL" (from a nullable type).
exceptAn exception received from a Provider. If NULL, no exception occurred (the Get was successful) and value is valid.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22