OPCDA.NET-UA
WriteCompleted Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > ComDaGroupCallback Class : WriteCompleted Method

groupHandle
The group handle.
transactionId
The transaction id.
clientHandles
The client handles.
errors
The errors.

Glossary Item Box

Called when a write complete occurs.

Syntax

Visual Basic (Declaration) 
Public Sub WriteCompleted( _
   ByVal groupHandle As Integer, _
   ByVal transactionId As Integer, _
   ByVal clientHandles() As Integer, _
   ByVal errors() As Integer _
) 
C# 
public void WriteCompleted( 
   int groupHandle,
   int transactionId,
   int[] clientHandles,
   int[] errors
)

Parameters

groupHandle
The group handle.
transactionId
The transaction id.
clientHandles
The client handles.
errors
The errors.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.