nRF5 SDK for Mesh v5.0.0
Data Fields
serial_evt_model_specific_t Struct Reference

Event generated by one of the initialized models. More...

#include <serial_evt.h>

Data Fields

serial_evt_model_specific_header_t model_evt_info
 Contains the model id the event generates from and the model specific event type. More...
 
uint8_t data [NRF_MESH_SERIAL_PAYLOAD_MAXLEN - sizeof(serial_evt_model_specific_header_t)]
 Additional data provided by the event.
 

Detailed Description

Event generated by one of the initialized models.

Definition at line 258 of file serial_evt.h.

Field Documentation

◆ model_evt_info

serial_evt_model_specific_header_t serial_evt_model_specific_t::model_evt_info

Contains the model id the event generates from and the model specific event type.

Definition at line 261 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated