UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaClient.MethodInvocation Class Reference

The method invocation. More...

Properties

NodeId ObjectId [get, set]
 Gets or sets the object id. More...
 
NodeId MethodId [get, set]
 Gets or sets the method id. More...
 
StatusCode Error [get, set]
 Gets or sets the error for the method invocation. More...
 
List< VariantInputArguments [get, set]
 Gets or sets the input arguments. More...
 
StatusCode[] InputArgumentErrors [get, set]
 Gets or sets the input argument errors. More...
 
Variant[] OutputArguments [get, set]
 Gets or sets the output arguments. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

The method invocation.

Property Documentation

StatusCode UnifiedAutomation.UaClient.MethodInvocation.Error
getset

Gets or sets the error for the method invocation.

The error the method invocation.

StatusCode [] UnifiedAutomation.UaClient.MethodInvocation.InputArgumentErrors
getset

Gets or sets the input argument errors.

The input argument errors.

List<Variant> UnifiedAutomation.UaClient.MethodInvocation.InputArguments
getset

Gets or sets the input arguments.

The input arguments.

NodeId UnifiedAutomation.UaClient.MethodInvocation.MethodId
getset

Gets or sets the method id.

The method id.

NodeId UnifiedAutomation.UaClient.MethodInvocation.ObjectId
getset

Gets or sets the object id.

The object id.

Variant [] UnifiedAutomation.UaClient.MethodInvocation.OutputArguments
getset

Gets or sets the output arguments.

The output arguments.

object UnifiedAutomation.UaClient.MethodInvocation.UserData
getset

Gets or sets the user data.

The user data.


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