OPCAE.NET Reference Manual
QueryAvailableLocaleIDs Method
See Also  Send Feedback
OPCAE.NET Namespace > OpcEventServer Class : QueryAvailableLocaleIDs Method

lcids
OUT: This is a bit mask which indicates which types of filtering are supported by the server.

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: This is a bit mask which indicates which types of filtering are supported by the server.

Return Value

HRESULTS error/succes code as defined by OPC

Requirements

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

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.