This method is functionally similar to the OpcGroup.Write except that Quality and Timestamp may be written. If a client attempts to write VQ, VT, or VQT it should expect that the server will write them all or none at all.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function WriteVQT( _ ByVal items() As ItemValue, _ ByVal transactionID As Integer, _ ByRef cancelID As Integer _ ) As Integer |
Parameters
- items
- IN: An array of ItemValue objects with the value, quality and timestamp for each item.
OUT: The Error element contains the error item code returned by the server. - transactionID
- The Client generated transaction ID. This is included in the 'completion' information provided to the OnWriteComplete.
- cancelID
- Place to return a Server generated ID to be used in case the operation needs to be canceled.