OpenDOF Project
typedef DOSStatus(* DOSProviderCallback_Process)(void)

Generic provider callback for handling a request.

This is the generic callback signature. The specific request to be processed will be determined by the COS and delivered to the application through the specific callback. Any input value(s) in the request must be retrieved according to the Interface Definition in-order (first to last). Any output value(s) in the response must be placed according to the Interface Definition in reverse order (last to first).

This callback must not be NULL.

Return values
DOSSTATUS_SUCCESSto indicate that the packet was processed, or an appropriate DOSSTATUS_* code to indicate failure.
core-c-cos Version 7.0.1 Build 0
2018-02-08