UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaBase.ReferenceTypeNode Class Reference

Specifies the attributes which belong to reference type nodes. More...

Inherits IFormattable, and UnifiedAutomation.UaBase.TypeNode.

Public Member Functions

 ReferenceTypeNode ()
 The default constructor.
 
override void Encode (IEncoder encoder)
 
 
override void Decode (IDecoder decoder)
 
 
override bool IsEqual (IEncodeable encodeable)
 
 
override object Clone ()
 
 
override StatusCode Read (IList< string > locales, uint attributeId, out Variant value)
 Reads the specified attribute.
 
override StatusCode Write (uint attributeId, object value)
 Reads the specified attribute.
 
override NodeAttributes GetAttributes ()
 Gets the attributes.
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.TypeNode
 TypeNode ()
 The default constructor.
 

Properties

bool IsAbstract [get, set]
 If TRUE the type is abstract and only subtypes of it appear in the address space.
 
bool Symmetric [get, set]
 If TRUE the reference type has the same semantics in both directions.
 
LocalizedText InverseName [get, set]
 The display name for the reference when following it from target to source.
 
override ExpandedNodeId TypeId [get]
 
 
override ExpandedNodeId BinaryEncodingId [get]
 
 
override ExpandedNodeId XmlEncodingId [get]
 
 
List< LocalizedTextInverseNameTranslations [get, set]
 Gets or sets the translations of the inverse name.
 
- Properties inherited from UnifiedAutomation.UaBase.TypeNode
override ExpandedNodeId TypeId [get]
 
 
override ExpandedNodeId BinaryEncodingId [get]
 
 
override ExpandedNodeId XmlEncodingId [get]
 
 
NodeId SuperTypeId [get, set]
 Gets or sets the super type id.
 

Additional Inherited Members

Detailed Description

Specifies the attributes which belong to reference type nodes.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ReferenceTypeNode.ReferenceTypeNode ( )

The default constructor.

Member Function Documentation

override NodeAttributes UnifiedAutomation.UaBase.ReferenceTypeNode.GetAttributes ( )
virtual

Gets the attributes.

Returns
The NodeAttributes with the SpecifiedAttributes mask set properly.

Reimplemented from UnifiedAutomation.UaBase.Node.

override StatusCode UnifiedAutomation.UaBase.ReferenceTypeNode.Read ( IList< string >  locales,
uint  attributeId,
out Variant  value 
)
virtual

Reads the specified attribute.

Parameters
localesThe locales.
attributeIdThe attribute id.
valueThe value.
Returns
The attribute value.

Reimplemented from UnifiedAutomation.UaBase.Node.

override StatusCode UnifiedAutomation.UaBase.ReferenceTypeNode.Write ( uint  attributeId,
object  value 
)
virtual

Reads the specified attribute.

Parameters
attributeIdThe attribute id.
valueThe value.
Returns
Any error code.

Reimplemented from UnifiedAutomation.UaBase.Node.

Property Documentation

LocalizedText UnifiedAutomation.UaBase.ReferenceTypeNode.InverseName
getset

The display name for the reference when following it from target to source.

List<LocalizedText> UnifiedAutomation.UaBase.ReferenceTypeNode.InverseNameTranslations
getset

Gets or sets the translations of the inverse name.

The the translations of the inverse name.

bool UnifiedAutomation.UaBase.ReferenceTypeNode.IsAbstract
getset

If TRUE the type is abstract and only subtypes of it appear in the address space.

bool UnifiedAutomation.UaBase.ReferenceTypeNode.Symmetric
getset

If TRUE the reference type has the same semantics in both directions.


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