#include <qtouch_debug_frame.h>
Data Fields | |
unsigned int | packetCount: 4 |
unsigned int | packetNumber: 4 |
char | payload [PAYLOAD_SIZE] |
unsigned int | protocol_id: 8 |
unsigned int | spare_byte1: 8 |
unsigned int | spare_byte2: 8 |
unsigned int hid_frames::packetCount |
Referenced by device_generic_hid_task_init(), get_message(), hid_report_in(), hid_report_out(), and send_message().
unsigned int hid_frames::packetNumber |
Referenced by device_generic_hid_task_init(), get_message(), hid_report_in(), and send_message().
char hid_frames::payload[PAYLOAD_SIZE] |
Referenced by device_generic_hid_task_init(), get_message(), and send_message().
unsigned int hid_frames::protocol_id |
Referenced by device_generic_hid_task_init(), get_message(), and send_message().
unsigned int hid_frames::spare_byte1 |
Referenced by device_generic_hid_task_init(), and send_message().
unsigned int hid_frames::spare_byte2 |
Referenced by device_generic_hid_task_init(), hid_report_in(), and send_message().