Module opcua_types::basic_types[][src]

Structs

DiagnosticFlags
DiagnosticInfo

Data type ID 25

DiagnosticInfoMask
LocalizedText

Human readable text with an optional locale identifier Data type ID 21

QualifiedName

A numeric identifier for a error or condition that is associated with a value or an operation. Data type ID 19 A name qualified by a namespace. Data type ID 20

Type Definitions

Boolean

A two-state logical value (true or false). Data type ID 1

Byte

An integer value between 0 and 255. Data type ID 3

Double

An IEEE double precision (64 bit) floating point value. Data type ID 11

Float

An IEEE single precision (32 bit) floating point value. Data type ID 10

Int16

An integer value between −32 768 and 32 767. Data type ID 4

Int32

An integer value between −2 147 483 648 and 2 147 483 647. Data type ID 6

Int64

An integer value between −9 223 372 036 854 775 808 and 9 223 372 036 854 775 807 Data type ID 8

SByte

An integer value between −128 and 127. Data type ID 2

UInt16

An integer value between 0 and 65 535. Data type ID 5

UInt32

An integer value between 0 and 4 294 967 295. Data type ID 7

UInt64

An integer value between 0 and 18 446 744 073 709 551 615. Data type ID 9