ags_evt_t Struct Reference

Alexa Gadget Service event. More...

#include <ags.h>

Public Attributes

ags_evt_type_t evt_type
 The AGS event type. More...
 
uint8_t conn_idx
 The index of the connection. More...
 
const uint8_t * p_data
 Pointer to event data. More...
 
uint16_t length
 Length of event data. More...
 

Detailed Description

Alexa Gadget Service event.

Definition at line 244 of file ags.h.

Member Data Documentation

◆ conn_idx

uint8_t ags_evt_t::conn_idx

The index of the connection.

Definition at line 247 of file ags.h.

◆ evt_type

ags_evt_type_t ags_evt_t::evt_type

The AGS event type.

Definition at line 246 of file ags.h.

◆ length

uint16_t ags_evt_t::length

Length of event data.

Definition at line 249 of file ags.h.

◆ p_data

const uint8_t* ags_evt_t::p_data

Pointer to event data.

Definition at line 248 of file ags.h.


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