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
ProcessDataServerRequestUDINTInput
sNameSTRINGThe fully qualified name of the application on the remote device
itfRequestParameterIRequestParameterThis 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
itfRequestResultIRequestResultThis 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
diRequestIDDINTThis parameter is used to distinguish multiple calls with the same DataServerRequestIdentification