.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaClient.MethodDescription Class Reference

Stores the information used to call a method. More...

Properties

NodeId MethodId [get, set]
 Gets or sets the method id. More...
 
QualifiedName BrowseName [get, set]
 Gets or sets the browse name. More...
 
LocalizedText DisplayName [get, set]
 Gets or sets the display name. More...
 
LocalizedText Description [get, set]
 Gets or sets the description. More...
 
Argument[] InputArguments [get, set]
 Gets or sets the input arguments. More...
 
Argument[] OutputArguments [get, set]
 Gets or sets the output arguments. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

Stores the information used to call a method.

Property Documentation

QualifiedName UnifiedAutomation.UaClient.MethodDescription.BrowseName
getset

Gets or sets the browse name.

The browse name.

LocalizedText UnifiedAutomation.UaClient.MethodDescription.Description
getset

Gets or sets the description.

The description.

LocalizedText UnifiedAutomation.UaClient.MethodDescription.DisplayName
getset

Gets or sets the display name.

The display name.

Argument [] UnifiedAutomation.UaClient.MethodDescription.InputArguments
getset

Gets or sets the input arguments.

The input arguments.

NodeId UnifiedAutomation.UaClient.MethodDescription.MethodId
getset

Gets or sets the method id.

The method id.

Argument [] UnifiedAutomation.UaClient.MethodDescription.OutputArguments
getset

Gets or sets the output arguments.

The output arguments.

object UnifiedAutomation.UaClient.MethodDescription.UserData
getset

Gets or sets the user data.

The user data.


The documentation for this class was generated from the following file: