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.
|