OpenDOF Project
Data Fields
DOSCallbacks::DOSRequestorCallbacks_t Struct Reference

The application requestor interface structure. More...

Data Fields

const DOSRequestorCallback_Process Advertise
 Process an Advertise notification.
 
const DOSRequestorCallback_Process Change
 Process a Change notification (as a result of a Subscribe operation).
 
const DOSRequestorCallback_Process Exception
 Process an Exception response.
 
const DOSRequestorCallback_Process Exclude
 Handle the exclusion list for an OAP broadcast/multicast operation.
 
const DOSRequestorCallback_Process GetComplete
 Process a Get operation response.
 
const DOSRequestorCallback_Process InvokeComplete
 Process an Invoke operation response.
 
const DOSRequestorCallback_Process Provide
 Process a Provide notification (as a result of an Interest operation).
 
const DOSRequestorCallback_Process RegisterAccept
 Process a Register operation response.
 
const DOSRequestorCallback_Process RequestOperationBinding
 Called to get binding info for a request for operation that is about to be completed.
 
const DOSRequestorCallback_Process SessionAccept
 Process an OAP Session response.
 
const DOSRequestorCallback_Process SetComplete
 Process a Set operation response.
 
const DOSRequestorCallback_Process Signal
 Process a Signal notification (as a result of a Register operation).
 
const DOSRequestorCallback_Process SubscribeAccept
 Process a Subscribe operation response.
 

Detailed Description

The application requestor interface structure.

This interface is implemented by the application, and is responsible for handling all requests made and responses received by the node.

Note
These callbacks are not required if DOSCONFIG_DISABLE_REQUESTOR is defined.
core-c-cos Version 7.0.1 Build 0
2018-02-08