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

The base attributes for all nodes. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Inherited by UnifiedAutomation.UaBase.DataTypeAttributes, UnifiedAutomation.UaBase.MethodAttributes, UnifiedAutomation.UaBase.ObjectAttributes, UnifiedAutomation.UaBase.ObjectTypeAttributes, UnifiedAutomation.UaBase.ReferenceTypeAttributes, UnifiedAutomation.UaBase.VariableAttributes, UnifiedAutomation.UaBase.VariableTypeAttributes, and UnifiedAutomation.UaBase.ViewAttributes.

Public Member Functions

 NodeAttributes ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 
 
virtual object Clone ()
 
 

Properties

uint SpecifiedAttributes [get, set]
 A mask indicating which attributes have been provided. More...
 
LocalizedText DisplayName [get, set]
 A human readable name for the node. More...
 
LocalizedText Description [get, set]
 A description for the node. More...
 
uint WriteMask [get, set]
 A mask which specifies which attributes are writeable. More...
 
uint UserWriteMask [get, set]
 A mask which specifies which attributes are writeable by the current user. 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

The base attributes for all nodes.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.NodeAttributes.NodeAttributes ( )

The default constructor.

Property Documentation

LocalizedText UnifiedAutomation.UaBase.NodeAttributes.Description
getset

A description for the node.

LocalizedText UnifiedAutomation.UaBase.NodeAttributes.DisplayName
getset

A human readable name for the node.

uint UnifiedAutomation.UaBase.NodeAttributes.SpecifiedAttributes
getset

A mask indicating which attributes have been provided.

uint UnifiedAutomation.UaBase.NodeAttributes.UserWriteMask
getset

A mask which specifies which attributes are writeable by the current user.

uint UnifiedAutomation.UaBase.NodeAttributes.WriteMask
getset

A mask which specifies which attributes are writeable.


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