.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.TypeInfo.Arrays Class Reference

Constants for one dimensional array types. More...

Static Public Attributes

static readonly TypeInfo Boolean = new TypeInfo(BuiltInType.Boolean, ValueRanks.OneDimension)
 A boolean logic value (true or false). More...
 
static readonly TypeInfo SByte = new TypeInfo(BuiltInType.SByte, ValueRanks.OneDimension)
 An 8 bit signed integer value. More...
 
static readonly TypeInfo Byte = new TypeInfo(BuiltInType.Byte, ValueRanks.OneDimension)
 An 8 bit unsigned integer value. More...
 
static readonly TypeInfo Int16 = new TypeInfo(BuiltInType.Int16, ValueRanks.OneDimension)
 A 16 bit signed integer value. More...
 
static readonly TypeInfo UInt16 = new TypeInfo(BuiltInType.UInt16, ValueRanks.OneDimension)
 A 16 bit signed integer value. More...
 
static readonly TypeInfo Int32 = new TypeInfo(BuiltInType.Int32, ValueRanks.OneDimension)
 A 32 bit signed integer value. More...
 
static readonly TypeInfo UInt32 = new TypeInfo(BuiltInType.UInt32, ValueRanks.OneDimension)
 A 32 bit unsigned integer value. More...
 
static readonly TypeInfo Int64 = new TypeInfo(BuiltInType.Int64, ValueRanks.OneDimension)
 A 64 bit signed integer value. More...
 
static readonly TypeInfo UInt64 = new TypeInfo(BuiltInType.UInt64, ValueRanks.OneDimension)
 A 64 bit unsigned integer value. More...
 
static readonly TypeInfo Float = new TypeInfo(BuiltInType.Float, ValueRanks.OneDimension)
 An IEEE single precision (32 bit) floating point value. More...
 
static readonly TypeInfo Double = new TypeInfo(BuiltInType.Double, ValueRanks.OneDimension)
 An IEEE double precision (64 bit) floating point value. More...
 
static readonly TypeInfo String = new TypeInfo(BuiltInType.String, ValueRanks.OneDimension)
 A sequence of Unicode characters. More...
 
static readonly TypeInfo DateTime = new TypeInfo(BuiltInType.DateTime, ValueRanks.OneDimension)
 An instance in time. More...
 
static readonly TypeInfo Guid = new TypeInfo(BuiltInType.Guid, ValueRanks.OneDimension)
 A 128-bit globally unique identifier. More...
 
static readonly TypeInfo ByteString = new TypeInfo(BuiltInType.ByteString, ValueRanks.OneDimension)
 A sequence of bytes. More...
 
static readonly TypeInfo XmlElement = new TypeInfo(BuiltInType.XmlElement, ValueRanks.OneDimension)
 An XML element. More...
 
static readonly TypeInfo NodeId = new TypeInfo(BuiltInType.NodeId, ValueRanks.OneDimension)
 An identifier for a node in the address space of a UA server. More...
 
static readonly TypeInfo ExpandedNodeId = new TypeInfo(BuiltInType.ExpandedNodeId, ValueRanks.OneDimension)
 A node id that stores the namespace URI instead of the namespace index. More...
 
static readonly TypeInfo StatusCode = new TypeInfo(BuiltInType.StatusCode, ValueRanks.OneDimension)
 A structured result code. More...
 
static readonly TypeInfo QualifiedName = new TypeInfo(BuiltInType.QualifiedName, ValueRanks.OneDimension)
 A string qualified with a namespace. More...
 
static readonly TypeInfo LocalizedText = new TypeInfo(BuiltInType.LocalizedText, ValueRanks.OneDimension)
 A localized text string with an locale identifier. More...
 
static readonly TypeInfo ExtensionObject = new TypeInfo(BuiltInType.ExtensionObject, ValueRanks.OneDimension)
 An opaque object with a syntax that may be unknown to the receiver. More...
 
static readonly TypeInfo DataValue = new TypeInfo(BuiltInType.DataValue, ValueRanks.OneDimension)
 A data value with an associated quality and timestamp. More...
 
static readonly TypeInfo Variant = new TypeInfo(BuiltInType.Variant, ValueRanks.OneDimension)
 Any of the other built-in types. More...
 
static readonly TypeInfo DiagnosticInfo = new TypeInfo(BuiltInType.DiagnosticInfo, ValueRanks.OneDimension)
 A diagnostic information associated with a result code. More...
 

Detailed Description

Constants for one dimensional array types.

Member Data Documentation

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.Boolean = new TypeInfo(BuiltInType.Boolean, ValueRanks.OneDimension)
static

A boolean logic value (true or false).

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.Byte = new TypeInfo(BuiltInType.Byte, ValueRanks.OneDimension)
static

An 8 bit unsigned integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.ByteString = new TypeInfo(BuiltInType.ByteString, ValueRanks.OneDimension)
static

A sequence of bytes.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.DataValue = new TypeInfo(BuiltInType.DataValue, ValueRanks.OneDimension)
static

A data value with an associated quality and timestamp.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.DateTime = new TypeInfo(BuiltInType.DateTime, ValueRanks.OneDimension)
static

An instance in time.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.DiagnosticInfo = new TypeInfo(BuiltInType.DiagnosticInfo, ValueRanks.OneDimension)
static

A diagnostic information associated with a result code.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.Double = new TypeInfo(BuiltInType.Double, ValueRanks.OneDimension)
static

An IEEE double precision (64 bit) floating point value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.ExpandedNodeId = new TypeInfo(BuiltInType.ExpandedNodeId, ValueRanks.OneDimension)
static

A node id that stores the namespace URI instead of the namespace index.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.ExtensionObject = new TypeInfo(BuiltInType.ExtensionObject, ValueRanks.OneDimension)
static

An opaque object with a syntax that may be unknown to the receiver.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.Float = new TypeInfo(BuiltInType.Float, ValueRanks.OneDimension)
static

An IEEE single precision (32 bit) floating point value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.Guid = new TypeInfo(BuiltInType.Guid, ValueRanks.OneDimension)
static

A 128-bit globally unique identifier.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.Int16 = new TypeInfo(BuiltInType.Int16, ValueRanks.OneDimension)
static

A 16 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.Int32 = new TypeInfo(BuiltInType.Int32, ValueRanks.OneDimension)
static

A 32 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.Int64 = new TypeInfo(BuiltInType.Int64, ValueRanks.OneDimension)
static

A 64 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.LocalizedText = new TypeInfo(BuiltInType.LocalizedText, ValueRanks.OneDimension)
static

A localized text string with an locale identifier.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.NodeId = new TypeInfo(BuiltInType.NodeId, ValueRanks.OneDimension)
static

An identifier for a node in the address space of a UA server.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.QualifiedName = new TypeInfo(BuiltInType.QualifiedName, ValueRanks.OneDimension)
static

A string qualified with a namespace.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.SByte = new TypeInfo(BuiltInType.SByte, ValueRanks.OneDimension)
static

An 8 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.StatusCode = new TypeInfo(BuiltInType.StatusCode, ValueRanks.OneDimension)
static

A structured result code.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.String = new TypeInfo(BuiltInType.String, ValueRanks.OneDimension)
static

A sequence of Unicode characters.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.UInt16 = new TypeInfo(BuiltInType.UInt16, ValueRanks.OneDimension)
static

A 16 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.UInt32 = new TypeInfo(BuiltInType.UInt32, ValueRanks.OneDimension)
static

A 32 bit unsigned integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.UInt64 = new TypeInfo(BuiltInType.UInt64, ValueRanks.OneDimension)
static

A 64 bit unsigned integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.Variant = new TypeInfo(BuiltInType.Variant, ValueRanks.OneDimension)
static

Any of the other built-in types.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Arrays.XmlElement = new TypeInfo(BuiltInType.XmlElement, ValueRanks.OneDimension)
static

An XML element.


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