
Command Summary 48
3.2 Data Types
Common Language Representations
The following table outlines native data types in common programming languages that can be used to
represent the data types used in this manual.
Table 48: Data Types with Representations
Table 49: Data Type Descriptions
Unsigned 8 bit data type that can represent a value from 0 to 255.
Signed 8 bit data type that can represent a value from -128 to 127.
Unsigned 16 bit data type can represent values from 0 to 65,536.
Signed 16 bit data type that can represent values from -32,768 to 32,767.
Unsigned 32 bit data type that can represent values from 0 to 4,294,967,295.
Signed 32 bit data type that can represent values of -2,147,483,648 to 2,147,483.
Strings are a multiple character bytes terminated by a single null byte. The ASCII character set is
used by default, but Unicode or UTF-8 strings may be used where specifically outlined.
*Note: Transmission of multiple byte values follows big endian order.
3.3 Colour Codes
Table 50: Basic Colour Codes
Comentários a estes Manuais