hids_report_ref_t Struct Reference

Value of a Report Reference descriptor. More...

#include <hids.h>

Public Attributes

uint8_t report_id
 
uint8_t report_type
 

Detailed Description

Value of a Report Reference descriptor.

This is mapping information that maps the parent characteristic to the Report ID(s) and Report Type(s) defined within a Report Map characteristic.

Definition at line 170 of file hids.h.

Member Data Documentation

◆ report_id

uint8_t hids_report_ref_t::report_id

Non-zero value if there is more than one instance of the same Report Type

Definition at line 172 of file hids.h.

◆ report_type

uint8_t hids_report_ref_t::report_type

Type of Report characteristic (see Report Type values)

Definition at line 173 of file hids.h.


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