Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table 4.1.: Server Data Types

Server Data Type

Size

Signed / Unsigned

BOOL

1 Bit

 

STR

Variable

 

BYTE

1 Byte

Unsigned

CHAR

1 Byte

Signed

INT8

1 Byte

Signed

UINT8

1 Byte

Unsigned

INT16

2 Byte

Signed

UINT16

2 Byte

Unsigned

INT32

4 Byte

Signed

UINT32

4 Byte

Unsigned

INT64

8 Byte

Signed

UINT64

8 Byte

Unsigned

FLOAT

4 Byte

 

DOUBLE

8 Byte

 

DATE

 

 

TIME

 

 

...