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
RequestInput
uiOperationNumberUINTThe operation number of the operation the provider shall perform.
pRequestDataPOINTER TO BYTE
Request data. If the pointer is 0, no request data is available.
uiRequestDataLengthUINTRequest data length. If the length is 0, no request data is available.
strDataRepresentationData representation of the request header. Maybe the request data has the same data representation
itfCallbackThe interface which has to be called after performing the request.