Enum IotItemDataType
Specifies the data type for IoT Items.
public enum IotItemDataType
Fields
BCD = 10BCD (binary-coded decimal) data type.
BCDArray = 30BCD array data type.
Boolean = 1Boolean data type.
BooleanArray = 21Boolean array data type.
Byte = 3Byte data type.
ByteArray = 23Byte array data type.
Char = 2Char data type.
CharArray = 22Char array data type.
DWord = 7DWord (32-bit unsigned integer) data type.
DWordArray = 27DWord array data type.
Date = 12Date data type.
DateArray = 32Date array data type.
Default = -1Default / auto-detect.
Double = 9Double (64-bit floating point) data type.
DoubleArray = 29Double array data type.
Float = 8Float (32-bit floating point) data type.
FloatArray = 28Float array data type.
LBCD = 11LBCD (long binary-coded decimal) data type.
LBCDArray = 31LBCD array data type.
LLong = 13LLong (64-bit signed integer) data type.
LLongArray = 33LLong array data type.
Long = 6Long (32-bit signed integer) data type.
LongArray = 26Long array data type.
QWord = 14QWord (64-bit unsigned integer) data type.
QWordArray = 34QWord array data type.
Short = 4Short (16-bit signed integer) data type.
ShortArray = 24Short array data type.
String = 0String data type.
StringArray = 20String array data type.
Word = 5Word (16-bit unsigned integer) data type.
WordArray = 25Word array data type.