CVBpy 14.0
DataType Class Reference

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

Inherits object.

Static Public Attributes

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

Detailed Description

Describes the content of a cvb.opcua.VariableNode.