PDL_ProviderReply
Description
Reply to a provider callback. Send the parameters that were sent in the callback and a JSON-formatted string.
Syntax
PDL_Err PDL_ProviderReply(PDL_ServiceParameters *params, const char *reply);
Argument | Description |
---|---|
params | Callback parameters. |
reply | JSON-formatted string containing the reply. |
Returns
PDL_NOERROR - Success.