OPCHDA.NET Reference Manual
QueryCapabilities(AnnotationCapabilities) Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA.NET Namespace > OpcHDAServer Class > QueryCapabilities Method : QueryCapabilities(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 a bit map allowing the server to indicate multiple capabilities. The specification falsely defines an enumerator.

Syntax

Visual Basic (Declaration) 
Public Overloads Function QueryCapabilities( _
   ByRef capabilities As OPCHDA.NET.AnnotationCapabilities _
) As Integer
C# 
public int QueryCapabilities( 
   out OPCHDA.NET.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.