OpenDOF Project
void(* DOFObjectProvider::SubscribeComplete)(DOFObjectProvider self, DOFOperation operation, DOFRequest request, DOFInterfaceProperty property)

Callback for a Provider when a subscription is removed for a DOFInterfaceProperty.

This callback informs the application that the subscription is complete and the request can no longer be used.

This callback may be NULL if the application does not care to receive notification when a Subscribe completes.

Parameters
selfThe callback object. This will never be NULL.
operationThe Provide Operation. This will never be NULL.
propertyThe Property no longer Subscribed. This will never be NULL.
requestA representation of the requestor. This will never be NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22