Static Public Attributes | List of all members
DataType Class Reference

Describes the content of a cvb.opcua.VariableNode. More...

Inherits object.

Static Public Attributes

int Boolean = 0
 Boolean. More...
 
int Byte = 2
 Unsigned byte. More...
 
int Double = 10
 Double-precision floating-point number. More...
 
int Float = 9
 Single-precision flaoting-point number. More...
 
int Int16 = 3
 Signed 16 bit integer. More...
 
int Int32 = 5
 Signed 32 bit integer. More...
 
int Int64 = 7
 Signed 64 bit integer. More...
 
int SByte = 1
 Signed byte. More...
 
int String = 11
 String. More...
 
int UInt16 = 4
 Unsigned 16 bit integer. More...
 
int Uint32 = 6
 Unsigned 16 bit integer. More...
 
int Uint64 = 8
 Unsigned 16 bit integer. More...
 

Detailed Description

Describes the content of a cvb.opcua.VariableNode.

Member Data Documentation

◆ Boolean

int Boolean = 0
static

Boolean.

◆ Byte

int Byte = 2
static

Unsigned byte.

◆ Double

int Double = 10
static

Double-precision floating-point number.

◆ Float

int Float = 9
static

Single-precision flaoting-point number.

◆ Int16

int Int16 = 3
static

Signed 16 bit integer.

◆ Int32

int Int32 = 5
static

Signed 32 bit integer.

◆ Int64

int Int64 = 7
static

Signed 64 bit integer.

◆ SByte

int SByte = 1
static

Signed byte.

◆ String

int String = 11
static

String.

◆ UInt16

int UInt16 = 4
static

Unsigned 16 bit integer.

◆ Uint32

int Uint32 = 6
static

Unsigned 16 bit integer.

◆ Uint64

int Uint64 = 8
static

Unsigned 16 bit integer.