.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.CallMethodRequest Class Reference

A structure that is defined as the type of the methodsToCall parameter of the Call service. More...

Inherits IFormattable, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 CallMethodRequest ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

NodeId ObjectId [get, set]
 The NodeId shall be that of the object or ObjectType that is the source of a HasComponent Reference (or subtype of HasComponent Reference) to the method specified in methodId. More...
 
NodeId MethodId [get, set]
 NodeId of the method to invoke. More...
 
VariantCollection InputArguments [get, set]
 List of input argument values. More...
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
object UserData [get, set]
 Gets or sets the user data. More...
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

A structure that is defined as the type of the methodsToCall parameter of the Call service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CallMethodRequest.CallMethodRequest ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.CallMethodRequest.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Implements UnifiedAutomation.UaBase.IEncodeable.

override string UnifiedAutomation.UaBase.CallMethodRequest.ToString ( )
inline

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
string UnifiedAutomation.UaBase.CallMethodRequest.ToString ( string  format,
IFormatProvider  formatProvider 
)
inline

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Property Documentation

VariantCollection UnifiedAutomation.UaBase.CallMethodRequest.InputArguments
getset

List of input argument values.

An empty list indicates that there are no input arguments. The size and order of this list matches the size and order of the input arguments defined by the input InputArguments Property of the method.

The name, a description and the data type of each argument are defined by the Argument structure in each element of the method’s InputArguments Property.

NodeId UnifiedAutomation.UaBase.CallMethodRequest.MethodId
getset

NodeId of the method to invoke.

If the objectId is the NodeId of an object, it is allowed to use the NodeId of a method that is the target of a HasComponent Reference from the ObjectType of the object.

NodeId UnifiedAutomation.UaBase.CallMethodRequest.ObjectId
getset

The NodeId shall be that of the object or ObjectType that is the source of a HasComponent Reference (or subtype of HasComponent Reference) to the method specified in methodId.

See Part 3 of the OPC UA Specification for a description of objects and their methods.

object UnifiedAutomation.UaBase.CallMethodRequest.UserData
getset

Gets or sets the user data.

The user data.


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