UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.BrowsePathTarget Class Reference

List of targets for the relativePath from the startingNode.
A Server may encounter a Reference to a Node in another Server which it cannot follow while it is processing the RelativePath. If this happens the Server returns the NodeId of the external Node and sets the remainingPathIndex parameter to indicate which RelativePath elements still need to be processed. To complete the operation the Client shall connect to the other Server and call this service again using the target as the startingNode and the unprocessed elements as the relativePath. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 BrowsePathTarget ()
 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 ()
 
 

Properties

ExpandedNodeId TargetId [get, set]
 The identifier for a target of the RelativePath. More...
 
uint RemainingPathIndex [get, set]
 The index of the first unprocessed element in the RelativePath. This value shall be equal to the maximum value of Index data type if all elements were processed. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
- 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

List of targets for the relativePath from the startingNode.
A Server may encounter a Reference to a Node in another Server which it cannot follow while it is processing the RelativePath. If this happens the Server returns the NodeId of the external Node and sets the remainingPathIndex parameter to indicate which RelativePath elements still need to be processed. To complete the operation the Client shall connect to the other Server and call this service again using the target as the startingNode and the unprocessed elements as the relativePath.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrowsePathTarget.BrowsePathTarget ( )
inline

The default constructor.

Member Function Documentation

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

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

Parameters
encodeable
Returns

Property Documentation

uint UnifiedAutomation.UaBase.BrowsePathTarget.RemainingPathIndex
getset

The index of the first unprocessed element in the RelativePath. This value shall be equal to the maximum value of Index data type if all elements were processed.

ExpandedNodeId UnifiedAutomation.UaBase.BrowsePathTarget.TargetId
getset

The identifier for a target of the RelativePath.


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