HID Service event. More...

#include <hids.h>

Public Attributes

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.

Definition at line 146 of file hids.h.

Member Data Documentation

◆ conn_idx

uint8_t hids_evt_t::conn_idx

Connect index.

Definition at line 149 of file hids.h.

◆ data

uint8_t const* hids_evt_t::data

Incoming data, variable length

Definition at line 153 of file hids.h.

◆ evt_type

hids_evt_type_t hids_evt_t::evt_type

Type of event.

Definition at line 148 of file hids.h.

◆ len

uint16_t hids_evt_t::len

Length of the incoming data.

Definition at line 152 of file hids.h.

◆ offset

uint16_t hids_evt_t::offset

Offset for the write operation.

Definition at line 151 of file hids.h.

◆ report_type

hids_report_type_t hids_evt_t::report_type

Type of report, see hids_report_type_t.

Definition at line 150 of file hids.h.


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