wss_evt_t Struct Reference

Weight Scale Service event. More...

#include <wss.h>

Public Attributes

wss_evt_type_t evt_type
 
uint8_t conn_idx
 
const uint8_t * p_data
 
uint16_t length
 

Detailed Description

Weight Scale Service event.

Definition at line 176 of file wss.h.

Member Data Documentation

◆ conn_idx

uint8_t wss_evt_t::conn_idx

The index of the connection.

Definition at line 179 of file wss.h.

◆ evt_type

wss_evt_type_t wss_evt_t::evt_type

The WSS event type.

Definition at line 178 of file wss.h.

◆ length

uint16_t wss_evt_t::length

Length of event data.

Definition at line 181 of file wss.h.

◆ p_data

const uint8_t* wss_evt_t::p_data

Pointer to event data.

Definition at line 180 of file wss.h.


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