SWRA715 December 2021 CC2642R , CC2652R
The mouse notifications have a payload that is comprised of 6 bytes. Each byte corresponds to a specific piece of HID mouse input information. Table 4-1 describes what each byte of the mouse notification payload corresponds to.
Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 |
---|---|---|---|---|---|
Mouse Buttons | Horizontal (X) Relative Position | Vertical (Y) Relative Position | Mouse Wheel |
An example of a mouse notification payload that is generated by this project is “00 FE FF 00 00 00”, which would be parsed by the HID Host as the shown in Figure 4-6.
For more details on how the HOGP specification makes use of notification, see Chapter 4 HID Host Requirements and Behaviors and Chapter 5 Connection Establishment in the HOGP specification.