Numeric type definition
In order to describe the data type formats in the binary datagrams, common "C" structures are used. These represent individual data blocks.
The size of the various "C" types are shown in the table.
"C" type Content and size
char 8-bit integer
WORD 16-bit unsigned integer
short 16-bit integer
Int 32-bit integer
long 32-bit integer
float 32-bit floating point (IEEE 754)
double 64-bit floating point (IEEE 754)
DWORDLONG 64-bit integer