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

arrDef
Items to be checked.
aRslt
Item details or error indication

Glossary Item Box

The defined items are check if they exist.

Syntax

Visual Basic (Declaration) 
Public Function ValidateItems( _
   ByVal arrDef() As OPCDA.NET.OPCItemDef, _
   ByRef aRslt As OPCDA.NET.OPCItemResult() _
) As Integer
C# 
public int ValidateItems( 
   OPCDA.NET.OPCItemDef[] arrDef,
   out OPCDA.NET.OPCItemResult[] aRslt
)

Parameters

arrDef
Items to be checked.
aRslt
Item details or error indication

Return Value

Error/success indication

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.