.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.TypeInfo.Scalars Class Reference

Constants for scalar types. More...

Static Public Attributes

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

Detailed Description

Constants for scalar types.

Member Data Documentation

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.Boolean = new TypeInfo(BuiltInType.Boolean, ValueRanks.Scalar)
static

A boolean logic value (true or false).

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.Byte = new TypeInfo(BuiltInType.Byte, ValueRanks.Scalar)
static

An 8 bit unsigned integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.ByteString = new TypeInfo(BuiltInType.ByteString, ValueRanks.Scalar)
static

A sequence of bytes.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.DataValue = new TypeInfo(BuiltInType.DataValue, ValueRanks.Scalar)
static

A data value with an associated quality and timestamp.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.DateTime = new TypeInfo(BuiltInType.DateTime, ValueRanks.Scalar)
static

An instance in time.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.DiagnosticInfo = new TypeInfo(BuiltInType.DiagnosticInfo, ValueRanks.Scalar)
static

A diagnostic information associated with a result code.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.Double = new TypeInfo(BuiltInType.Double, ValueRanks.Scalar)
static

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

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.ExpandedNodeId = new TypeInfo(BuiltInType.ExpandedNodeId, ValueRanks.Scalar)
static

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

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.ExtensionObject = new TypeInfo(BuiltInType.ExtensionObject, ValueRanks.Scalar)
static

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

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.Float = new TypeInfo(BuiltInType.Float, ValueRanks.Scalar)
static

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

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.Guid = new TypeInfo(BuiltInType.Guid, ValueRanks.Scalar)
static

A 128-bit globally unique identifier.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.Int16 = new TypeInfo(BuiltInType.Int16, ValueRanks.Scalar)
static

A 16 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.Int32 = new TypeInfo(BuiltInType.Int32, ValueRanks.Scalar)
static

A 32 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.Int64 = new TypeInfo(BuiltInType.Int64, ValueRanks.Scalar)
static

A 64 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.LocalizedText = new TypeInfo(BuiltInType.LocalizedText, ValueRanks.Scalar)
static

A localized text string with an locale identifier.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.NodeId = new TypeInfo(BuiltInType.NodeId, ValueRanks.Scalar)
static

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

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.QualifiedName = new TypeInfo(BuiltInType.QualifiedName, ValueRanks.Scalar)
static

A string qualified with a namespace.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.SByte = new TypeInfo(BuiltInType.SByte, ValueRanks.Scalar)
static

An 8 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.StatusCode = new TypeInfo(BuiltInType.StatusCode, ValueRanks.Scalar)
static

A structured result code.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.String = new TypeInfo(BuiltInType.String, ValueRanks.Scalar)
static

A sequence of Unicode characters.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.UInt16 = new TypeInfo(BuiltInType.UInt16, ValueRanks.Scalar)
static

A 16 bit signed integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.UInt32 = new TypeInfo(BuiltInType.UInt32, ValueRanks.Scalar)
static

A 32 bit unsigned integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.UInt64 = new TypeInfo(BuiltInType.UInt64, ValueRanks.Scalar)
static

A 64 bit unsigned integer value.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.Variant = new TypeInfo(BuiltInType.Variant, ValueRanks.Scalar)
static

Any of the other built-in types.

readonly TypeInfo UnifiedAutomation.UaBase.TypeInfo.Scalars.XmlElement = new TypeInfo(BuiltInType.XmlElement, ValueRanks.Scalar)
static

An XML element.


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