IDataServer6.ProcessDataServerRequest (METH)ΒΆ
METHOD ProcessDataServerRequest : UDINT
Takes the given parameters and passes them to the corresponding service call in the runtime system. The return value indicates, whether the processing was successful.
- InOut:
- Scope - Name - Type - Comment - Return - ProcessDataServerRequest- UDINT- Input - sName- STRING- The fully qualified name of the application on the remote device - itfRequestParameter- IRequestParameter- This instance provides access to the (input) parameters for the request. Attention: The instance to pass here must not a local variable, because the processing in the data server is asynchronuous - itfRequestResult- IRequestResult- This instance allows to store the result Attention: The instance to pass here must not a local variable, because the processing in the data server is asynchronuous - diRequestID- DINT- This parameter is used to distinguish multiple calls with the same DataServerRequestIdentification 
