The section below is a reference of the data types that are supported in the Arrayent Connect Platform.
- The first column, Data Type, is a summary of the data type.
- The second column, Enumerator, is the enumerated alias of the data type.
- The third column, Configurator, is the name that the Configurator uses for the data type.
- The fourth column, Description, contains further information about the data type.
Data Type | Enumerator | Configurator | Description |
---|---|---|---|
String | 0 | String | ASCII. Null-terminated. 200 character limit. |
Boolean | 1 | Boolean | 1 byte length. |
Unsigned 1 Byte Integer | 2 | Integer8Bit | DEPRECATED. Use data type 10. Range: 0 to 256. |
Big Endian Signed 2 Byte Integer | 3 | BEInteger16Bit | DEPRECATED. Use data type 7. Range: -32678 to 32627. |
Big Endian Signed 4 Byte Integer | 4 | BEInteger32Bit | DEPRECATED. Use data type 8. Range: -2147483648 to 2147483647. |
Big Endian Signed 8 Byte Integer | 5 | BEInteger64Bit | DEPRECATED. |
Integer Signed 1 Byte | 6 | IntegerSigned8Bit | Range: -128 to 127. |
Big Endian Integer Signed 16 Bit | 7 | BEInteger16Bit | Range: -32,768 to 32,767. |
Big Endian Integer Signed 32 Bit | 8 | BEIntegerSigned32Bit | Range: −2,147,483,648 to 2,147,483,647. |
Big Endian Integer Signed 64 Bit | 9 | BEIntegerSigned64Bit | Range: −9223372036854775808 to 9223372036854775807. |
Unsigned 8 Bit Integer | 10 | IntegerUnsigned8Bit | Range: 0 to 256. |
Big Endian Integer Unsigned 16 Bit | 11 | BEIntegerUnsigned16Bit | Range: 0 to 65,535. |
Big Endian Integer Unsigned 32 Bit | 12 | BEIntegerUnsigned32Bit | Range: 0 to 4,294,967,295. |
Big Endian Integer Unsigned 64 Bit | 13 | BEIntegerUnsigned64Bit | Range: 0 to 18446744073709551615. |