OPCHDA.NET-UA
ValidateItemIDs Method
See Also  Send Feedback
OpcHDaNetUaOption.Net4 Assembly > hdaUAwrapper Namespace > HDAServer Class : ValidateItemIDs Method

itemID
An array of null terminated strings that uniquely identify the OPC HDA items.
errors
OUT: The status of validation.

Glossary Item Box

This synchronous function validates that specific HDA item IDs are known to the server.

Syntax

Visual Basic (Declaration) 
Public Function ValidateItemIDs( _
   ByVal itemID() As String, _
   ByRef errors As Integer() _
) As Integer
C# 
public int ValidateItemIDs( 
   string[] itemID,
   out int[] errors
)

Parameters

itemID
An array of null terminated strings that uniquely identify the OPC HDA items.
errors
OUT: The status of validation.

Return Value

S_OK, S_FALSE, E_FAIL

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.