HID Service event. More...

#include <hids.h>

Data Fields

hids_evt_type_t evt_type
 
uint8_t conn_idx
 
hids_report_type_t report_type
 
uint16_t offset
 
uint16_t len
 
uint8_t const * data
 

Detailed Description

HID Service event.

Field Documentation

◆ conn_idx

uint8_t hids_evt_t::conn_idx

Connect index.

◆ data

uint8_t const* hids_evt_t::data

Incoming data, variable length

◆ evt_type

hids_evt_type_t hids_evt_t::evt_type

Type of event.

◆ len

uint16_t hids_evt_t::len

Length of the incoming data.

◆ offset

uint16_t hids_evt_t::offset

Offset for the write operation.

◆ report_type

hids_report_type_t hids_evt_t::report_type

Type of report, see hids_report_type_t.


The documentation for this struct was generated from the following file: