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