fast_otas_evt_t Struct Reference

FAST_OTA Service event. More...

#include <fast_otas.h>

Public Attributes

fast_otas_evt_type_t evt_type
 The FAST_OTAS event. More...
 
uint8_t conn_idx
 Index of connection. More...
 
uint8_t * p_data
 Pointer to data. More...
 
uint16_t length
 Length of data. More...
 

Detailed Description

FAST_OTA Service event.

Definition at line 103 of file fast_otas.h.

Member Data Documentation

◆ conn_idx

uint8_t fast_otas_evt_t::conn_idx

Index of connection.

Definition at line 106 of file fast_otas.h.

◆ evt_type

fast_otas_evt_type_t fast_otas_evt_t::evt_type

The FAST_OTAS event.

Definition at line 105 of file fast_otas.h.

◆ length

uint16_t fast_otas_evt_t::length

Length of data.

Definition at line 108 of file fast_otas.h.

◆ p_data

uint8_t* fast_otas_evt_t::p_data

Pointer to data.

Definition at line 107 of file fast_otas.h.


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