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

The attributes for a variable node. More...

Inherits UnifiedAutomation.UaBase.NodeAttributes.

Public Member Functions

 VariableAttributes ()
 The default constructor. More...
 
override void Encode (IEncoder encoder)
 
 
override void Decode (IDecoder decoder)
 
 
override bool IsEqual (IEncodeable encodeable)
 
 
override object Clone ()
 
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.NodeAttributes
 NodeAttributes ()
 The default constructor. More...
 

Properties

Variant Value [get, set]
 The value of the variable. More...
 
NodeId DataType [get, set]
 The data type of the value. More...
 
int ValueRank [get, set]
 Whether the value is an array type and the rank of the array if it is. More...
 
UInt32Collection ArrayDimensions [get, set]
 The number of dimensions if the value is an array type and one or more dimensions have a fixed length. More...
 
byte AccessLevel [get, set]
 A bit mask specifying how the value may be accessed. More...
 
byte UserAccessLevel [get, set]
 A bit mask specifying how the value may be accessed by the current user. More...
 
double MinimumSamplingInterval [get, set]
 The minimum possible sampling interval for the value. More...
 
bool Historizing [get, set]
 TRUE if the server is current storing the history of the value. More...
 
override ExpandedNodeId TypeId [get]
 
 
override ExpandedNodeId BinaryEncodingId [get]
 
 
override ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.NodeAttributes
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 attributes for a variable node.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.VariableAttributes.VariableAttributes ( )

The default constructor.

Property Documentation

byte UnifiedAutomation.UaBase.VariableAttributes.AccessLevel
getset

A bit mask specifying how the value may be accessed.

UInt32Collection UnifiedAutomation.UaBase.VariableAttributes.ArrayDimensions
getset

The number of dimensions if the value is an array type and one or more dimensions have a fixed length.

NodeId UnifiedAutomation.UaBase.VariableAttributes.DataType
getset

The data type of the value.

bool UnifiedAutomation.UaBase.VariableAttributes.Historizing
getset

TRUE if the server is current storing the history of the value.

double UnifiedAutomation.UaBase.VariableAttributes.MinimumSamplingInterval
getset

The minimum possible sampling interval for the value.

byte UnifiedAutomation.UaBase.VariableAttributes.UserAccessLevel
getset

A bit mask specifying how the value may be accessed by the current user.

Variant UnifiedAutomation.UaBase.VariableAttributes.Value
getset

The value of the variable.

int UnifiedAutomation.UaBase.VariableAttributes.ValueRank
getset

Whether the value is an array type and the rank of the array if it is.


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