XML-DA method to asynchronously write a set of item values to either an XML-DA or OPC-DA server.
Syntax
Parameters
- asyncResult
- The reference to the pending asynchronous request to wait for.
- RItemList
- A container with an array of item information
It is expected that there are one or more Item elements in the list.
The WriteResponse will maintain the order of Items in the Write request.
The data type of the returned value(s) must match the data type of the value(s) being supplied in the Write request.
The Value element is only present if ReturnValuesOnReply was True. Timestamp is only present if ReturnItemTime was True.
- Errors
- An array of OPCError elements with the description of the errors occured in this server call.
Errors are only present if Items contain result codes.
Return Value
Container of information that represents the basic information for most responses.
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>
See Also