SVC_SendReply

Returns the reply to the host. If there is a reply buffer associated with the token, the data recorded in reply buffer is also returned.

Each call to a custom message handler MUST call SVC_SendReply once for each message processed.

Synopsis
#include <csa8hiface.h> 
void SVC_SendReply( HI_MsgHandle token,
   uint32 applicationStatus);
Input Parameters
token The token identifying the request
applicationStatus A status code for the execution of the request, which will be reported to the host application. The value of this parameter does not effect the reply delivery in any way.
Output Requirements

None.