Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ZAMCD and version 4.0

...

SyntaxMeaning
II

ID of this specific touch object. More than one can be tracked simultaneously.

VV

Event:

00 = DOWN (new object). 01 = MOVE (existing object has moved). 02 = UP (existing object is no longer being tracked).

XX XXX Coordinate of the object. This is in Network Byte Order / Big Endian / Motorola Endian.
YY YYY Coordinate of the object. See above.
GG GGSize of object on the X Axis.
JJThis value should be ignored in FW versions earlier that 2.0 andThis this value is not present in FW versions starting from 2.0.
58Indicated that a timestamp is present. 
02Length of timestamp value in bytes. Can be 01, 02, 03 or 04 (in this case it is 02).
TT TT

Timestamp value. Can be 1 to 4 bytes long (TT => TT TT TT TT)

...