UA Server SDK C++ Bundle  1.4.0.258
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaBase::Reference Class Reference

Stores the information of the Reference. More...

#include <basenodes.h>

Public Member Functions

 Reference (const UaNodeId &referenceTypeId, bool bIsForward, const UaNodeId &targetNodeId)
 
void setTargetNodeId (const UaNodeId &targetNodeId)
 
UaNodeId targetNodeId () const
 
void setIsForward (bool bIsForward)
 
bool isForward () const
 
void setReferenceTypeId (const UaNodeId &referenceTypeId)
 
UaNodeId referenceTypeId () const
 
bool operator== (const Reference &other) const
 

Detailed Description

Stores the information of the Reference.

Contains the UaNodeId of the target, the ReferenceTypeId and a flag that indicates whether the reference is a forward reference. Used by UaNodeSetXmlParser.


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