PicoOPC User's Guide and Reference
BuiltInType Enumeration



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace : BuiltInType Enumeration
Enumeration of built-in types.
Syntax
'Declaration
 
Public Enum BuiltInType 
   Inherits System.Enum
'Usage
 
Dim instance As BuiltInType
public enum BuiltInType : System.Enum 
public enum class BuiltInType : public System.Enum 
Members
MemberValueDescription
Boolean1A boolean logic value (true or false).
Byte3An 8 bit unsigned integer value.
ByteString15A sequence of bytes.
DataValue23A data value with an associated quality and timestamp.
DateTime13An instance in time.
Double11An IEEE double precision (64 bit) floating point value.
Float10An IEEE single precision (32 bit) floating point value.
Guid14A 128-bit globally unique identifier.
Int164A 16 bit signed integer value.
Int326A 32 bit signed integer value.
Int648A 64 bit signed integer value.
LocalizedText21A localized text string with a locale identifier.
NodeId17An identifier for a node in the address space of a UA server.
Null0An invalid or unspecified value.
SByte2An 8 bit signed integer value.
StatusCode19A structured result code.
String12A sequence of Unicode characters.
UInt165A 16 bit signed integer value.
UInt327A 32 bit unsigned integer value.
UInt649A 64 bit unsigned integer value.
Variant24Any of the other built-in types.
XmlElement16An XML element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.PicoOpc.UA.BuiltInType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OpcLabs.PicoOpc.UA Namespace