samples_evt_t Struct Reference

Sample Service event. More...

#include <sample_service.h>

Public Attributes

samples_evt_type_t evt_type
 The sample service event. More...
 
uint8_t conn_idx
 The connection index. More...
 
uint8_t * p_data
 Pointer to event data. More...
 
uint16_t length
 Length of event data. More...
 

Detailed Description

Sample Service event.

Definition at line 95 of file sample_service.h.

Member Data Documentation

◆ conn_idx

uint8_t samples_evt_t::conn_idx

The connection index.

Definition at line 98 of file sample_service.h.

◆ evt_type

samples_evt_type_t samples_evt_t::evt_type

The sample service event.

Definition at line 97 of file sample_service.h.

◆ length

uint16_t samples_evt_t::length

Length of event data.

Definition at line 100 of file sample_service.h.

◆ p_data

uint8_t* samples_evt_t::p_data

Pointer to event data.

Definition at line 99 of file sample_service.h.


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