OPCDA.NET Reference Manual
QueryAvailableLocaleIDs Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : QueryAvailableLocaleIDs Method

lcids
OUT: array with LocalIDs

Glossary Item Box

Query the LocaleIDs supported by the OPC Server. ( IOPCCommon::QueryAvailableLocaleIDs ) If any error occurs a ThrowExceptionForHR is thrown.

Syntax

Visual Basic (Declaration) 
Public Function QueryAvailableLocaleIDs( _
   ByRef lcids As Integer() _
) As Integer
C# 
public int QueryAvailableLocaleIDs( 
   out int[] lcids
)

Parameters

lcids
OUT: array with LocalIDs

Requirements

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

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.