OPCHDA.NET Reference Manual
QueryCapabilities(OPCHDA_ANNOTATIONCAPABILITIES) Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA.NET Namespace > OpcHDAServer Class > QueryCapabilities Method : QueryCapabilities(OPCHDA_ANNOTATIONCAPABILITIES) Method

capabilities
OUT: The methods supported by the interface.

Glossary Item Box

This synchronous function specifies which update methods the server supports. It is a required method for all servers which support the OPCHDA SyncAnnotations interface.

This overload return an enum enumerator as falsely defined in the specification.

Syntax

Visual Basic (Declaration) 
Public Overloads Function QueryCapabilities( _
   ByRef capabilities As OPCHDA.NET.OPCHDA_ANNOTATIONCAPABILITIES _
) As Integer
C# 
public int QueryCapabilities( 
   out OPCHDA.NET.OPCHDA_ANNOTATIONCAPABILITIES capabilities
)

Parameters

capabilities
OUT: The methods supported by the interface.

Return Value

S_OK or E_FAIL

Requirements

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

See Also

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