otas_c_evt_t Struct Reference

OTA Service Client event. More...

#include <otas_c.h>

Public Attributes

uint8_t conn_idx
 
otas_c_evt_type_t evt_type
 
uint8_t * p_data
 
uint16_t length
 

Detailed Description

OTA Service Client event.

Definition at line 122 of file otas_c.h.

Member Data Documentation

◆ conn_idx

uint8_t otas_c_evt_t::conn_idx

The connection index.

Definition at line 124 of file otas_c.h.

◆ evt_type

otas_c_evt_type_t otas_c_evt_t::evt_type

OTA client event type.

Definition at line 125 of file otas_c.h.

◆ length

uint16_t otas_c_evt_t::length

Length of event data.

Definition at line 127 of file otas_c.h.

◆ p_data

uint8_t* otas_c_evt_t::p_data

Pointer to event data.

Definition at line 126 of file otas_c.h.


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