OPCDA.NET-UA
QueryAvailableLocaleIDs Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > Server 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 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.