OPCDA.NET-UA
GetUaMethodDefinition Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > Server Class : GetUaMethodDefinition Method

nodeID
Node identifier (item ID) of teh method to be queried.

Glossary Item Box

Retrieve the argument definition for the method specified by the node identifier (item ID).

Syntax

Visual Basic (Declaration) 
Public Function GetUaMethodDefinition( _
   ByVal nodeID As String _
) As UaMethodArguments
C# 
public UaMethodArguments GetUaMethodDefinition( 
   string nodeID
)

Parameters

nodeID
Node identifier (item ID) of teh method to be queried.

Return Value

Object with the input and output parameter definitions. A null value indicated that there are no inout arguments or results.

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.