beautypg.com

PNI CompassPoint V2Xe User Manual

Page 12

background image

V2Xe User Manual

– May 2012

Page 10

Signed 8 Bit Integer (SInt8)

UInt8-based parameters are unsigned 8-bit numbers. Bit 7 represents the sign of the

value (0=positive, 1=negative)

byte

7

0

Unsigned 32 Bit Integer (UInt32)

UInt32-based parameters are unsigned 32 bit numbers.

msb

31

24 23

16 15

8

lsb

7

0

Big Endian

lsb

7

0 15

8 23

16

msb

31

24

Little Endian

Unsigned 16 Bit Integer (UInt16)

UInt16-based parameters are unsigned 16 bit numbers.

Big Endian

msb

15

8

lsb

7

0

Little Endian

lsb

7

0

msb

15

8

Unsigned 8 Bit Integer (UInt8)

UInt8-based parameters are unsigned 8-bit numbers.

byte

7

0

Boolean

Boolean is a 1-byte parameter that MUST have the value 0 (FALSE) or 1 (TRUE).

byte

7

0