otas_evt_t Struct Reference

OTA Service event. More...

#include <otas.h>

Public Attributes

otas_evt_type_t evt_type
 
uint8_t conn_idx
 
uint8_t * p_data
 
uint16_t length
 
otas_dfu_mode_t dfu_mode
 

Detailed Description

OTA Service event.

Definition at line 121 of file otas.h.

Member Data Documentation

◆ conn_idx

uint8_t otas_evt_t::conn_idx

Index of connection.

Definition at line 124 of file otas.h.

◆ dfu_mode

otas_dfu_mode_t otas_evt_t::dfu_mode

OTA Service dfu mode.

Definition at line 127 of file otas.h.

◆ evt_type

otas_evt_type_t otas_evt_t::evt_type

The OTAS event.

Definition at line 123 of file otas.h.

◆ length

uint16_t otas_evt_t::length

Length of data.

Definition at line 126 of file otas.h.

◆ p_data

uint8_t* otas_evt_t::p_data

Pointer to data.

Definition at line 125 of file otas.h.


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