OpenDOF Project
Data Fields
DOFObjectSubscribeCallback::DOFObjectSubscribeCallbackFns_t Struct Reference

The callback interface function structure, containing a list of function pointers that implement the interface. More...

Data Fields

void(* Complete )(DOFObjectSubscribeCallback self, DOFOperation operation, DOFException except)
 Callback for a Requestor for the completion of an asynchronous operation.
 
void(* PropertyChanged )(DOFObjectSubscribeCallback self, DOFOperation operation, DOFProviderInfo providerInfo, DOFValue value, DOFException except)
 Callback for a Requestor for the results of an asynchronous operation.
 

Detailed Description

The callback interface function structure, containing a list of function pointers that implement the interface.

It has the same role as a vtable in C++. This must not be NULL.

core-c-dof-oal Version 7.1.5 Build 0
2017-01-25