ths_evt_t Struct Reference

Throughput Service event. More...

#include <ths.h>

Public Attributes

ths_evt_type_t evt_type
 The THS event type. More...
 
ths_settings_type_t setting_type
 The THS parameter set type. More...
 
uint8_t conn_idx
 The index of the connection for the data transmission. More...
 
uint8_t * p_data
 Pointer to the received data. More...
 
uint16_t length
 Length of received data. More...
 

Detailed Description

Throughput Service event.

Definition at line 125 of file ths.h.

Member Data Documentation

◆ conn_idx

uint8_t ths_evt_t::conn_idx

The index of the connection for the data transmission.

Definition at line 129 of file ths.h.

◆ evt_type

ths_evt_type_t ths_evt_t::evt_type

The THS event type.

Definition at line 127 of file ths.h.

◆ length

uint16_t ths_evt_t::length

Length of received data.

Definition at line 131 of file ths.h.

◆ p_data

uint8_t* ths_evt_t::p_data

Pointer to the received data.

Definition at line 130 of file ths.h.

◆ setting_type

ths_settings_type_t ths_evt_t::setting_type

The THS parameter set type.

Definition at line 128 of file ths.h.


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