Table of Contents

Enum IotItemDataType

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Specifies the data type for IoT Items.

public enum IotItemDataType

Fields

BCD = 10

BCD (binary-coded decimal) data type.

BCDArray = 30

BCD array data type.

Boolean = 1

Boolean data type.

BooleanArray = 21

Boolean array data type.

Byte = 3

Byte data type.

ByteArray = 23

Byte array data type.

Char = 2

Char data type.

CharArray = 22

Char array data type.

DWord = 7

DWord (32-bit unsigned integer) data type.

DWordArray = 27

DWord array data type.

Date = 12

Date data type.

DateArray = 32

Date array data type.

Default = -1

Default / auto-detect.

Double = 9

Double (64-bit floating point) data type.

DoubleArray = 29

Double array data type.

Float = 8

Float (32-bit floating point) data type.

FloatArray = 28

Float array data type.

LBCD = 11

LBCD (long binary-coded decimal) data type.

LBCDArray = 31

LBCD array data type.

LLong = 13

LLong (64-bit signed integer) data type.

LLongArray = 33

LLong array data type.

Long = 6

Long (32-bit signed integer) data type.

LongArray = 26

Long array data type.

QWord = 14

QWord (64-bit unsigned integer) data type.

QWordArray = 34

QWord array data type.

Short = 4

Short (16-bit signed integer) data type.

ShortArray = 24

Short array data type.

String = 0

String data type.

StringArray = 20

String array data type.

Word = 5

Word (16-bit unsigned integer) data type.

WordArray = 25

Word array data type.