IRPCProvider.Request (METH)ΒΆ
METHOD Request : ERROR
This method is called by the server, if a client has sent a request to the Object- and InterfaceUUID of this IRPCProvider. After processing this request the itfCallback.RequestCallback() has to be called in any case. You can indicate an error by setting the eRejectStatus
- InOut:
- Scope - Name - Type - Comment - Return - Request- Input - uiOperationNumber- UINT- The operation number of the operation the provider shall perform. - pRequestData- POINTER TO BYTE - Request data. If the pointer is 0, no request data is available. - uiRequestDataLength- UINT- Request data length. If the length is 0, no request data is available. - strDataRepresentation- Data representation of the request header. Maybe the request data has the same data representation - itfCallback- The interface which has to be called after performing the request. 
