SVC_SendReply

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

Synopsis

void SVC_SendReply( HI_MsgHandle token,
uint32 applicationStatus);
Parameter Description
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 values of this parameter does not affect the reply delivery in any way.

Output Requirements

None.