BEEP-8 SDK 1.0.0
Loading...
Searching...
No Matches
_b8HifEvents Struct Reference

Structure representing a collection of HIF events. More...

#include <hif.h>

Public Attributes

size_t num
 
b8HifEvent events [B8_HIF_MAX_TOUCH_EVENTS]
 

Detailed Description

Structure representing a collection of HIF events.

This structure defines a collection of HIF events, including the number of events and an array of individual event structures.

  • num: The number of events currently stored.
  • events: An array of b8HifEvent structures.

Member Data Documentation

◆ events

b8HifEvent _b8HifEvents::events[B8_HIF_MAX_TOUCH_EVENTS]

Array of events

◆ num

size_t _b8HifEvents::num

Number of events


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