Basic data type to specify the data type or receive the data as response in API
Definition name |
Decimal |
Hexadecimal |
Description |
---|---|---|---|
EASY_AppKind_Bit |
1 |
0x0001 |
Bit Data |
EASY_AppKind_SignedWord |
2 |
0x0002 |
16 Bit Signed Data |
EASY_AppKind_UnsignedWord |
3 |
0x0003 |
16 Bit Unsigned Data |
EASY_AppKind_HexWord |
4 |
0x0004 |
16 Bit Hex Data |
EASY_AppKind_BCDWord |
5 |
0x0005 |
16-bit BCD data |
EASY_AppKind_SignedDWord |
6 |
0x0006 |
32 Bit Signed Data |
EASY_AppKind_UnsignedDWord |
7 |
0x0007 |
32 Bit Unsigned Data |
EASY_AppKind_HexDWord |
8 |
0x0008 |
32 Bit Hex Data |
EASY_AppKind_BCDDWord |
9 |
0x0009 |
32-bit BCD data |
EASY_AppKind_Float |
10 |
0x000A |
Single float number data |
EASY_AppKind_Real |
11 |
0x000B |
Double float number data |
EASY_AppKind_Str |
12 |
0x000C |
Text data |
Data type available in special cases
Definition name |
Decimal |
Hexadecimal |
Description |
---|---|---|---|
EASY_AppKind_NULL |
0 |
0x0000 |
Default (Write the existing contents) Shows that API is using the data type defined by the symbol for API that can use symbols as the device address. |
EASY_AppKind_BOOL |
513 |
0x0201 |
BOOL (Write the existing contents) Handles the Bit data in 1-bit units and as VARIANT-type BOOL. |