ADTF  3.18.2
IResponseabstract

Interface for returning a response to a remote call. More...

Public Member Functions

virtual void Set (const char *strResponse, size_t nResponseSize)=0
 Sets the response data. More...
 

Detailed Description

Interface for returning a response to a remote call.

Definition at line 34 of file rpc_server.h.

Member Function Documentation

◆ Set()

virtual void Set ( const char *  strResponse,
size_t  nResponseSize 
)
pure virtual

Sets the response data.

Parameters
[in]strResponseThe reponse.
[in]nResponseSizeThe size of the response