OpenDOF Project
void(* DOFSystemQueryCallback::InterfaceAdded)(DOFSystemQueryCallback self, DOFOperation operation, DOFObjectID objectID, DOFInterfaceID interfaceID)

Callback for Requestor when a Provider's Interface matching the query for the DOFOperation is discovered within the system.

This callback may be NULL to ignore notification of interface addition.

Parameters
selfThe callback object. This will never be NULL.
operationThe Query Operation. This will never be NULL.
objectIDThe Object ID for which the Interface is being added. This will never be NULL.
interfaceIDThe Interface ID being added on the Object. This will never be NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22