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

Internal event data. More...

#include <serial_evt.h>

Data Fields

uint8_t event_type
 Reported event. More...
 
uint8_t state
 State information about the event type reported. More...
 
uint8_t packet_size
 Size (in bytes) of the packet. More...
 
uint8_t packet [BLE_ADV_PACKET_PAYLOAD_MAX_LENGTH]
 Event data. More...
 

Detailed Description

Internal event data.

Definition at line 122 of file serial_evt.h.

Field Documentation

◆ event_type

uint8_t serial_evt_device_internal_event_t::event_type

Reported event.

See internal_event_type_t for accepted values.

Definition at line 124 of file serial_evt.h.

◆ state

uint8_t serial_evt_device_internal_event_t::state

State information about the event type reported.

Definition at line 125 of file serial_evt.h.

◆ packet_size

uint8_t serial_evt_device_internal_event_t::packet_size

Size (in bytes) of the packet.

Definition at line 126 of file serial_evt.h.

◆ packet

uint8_t serial_evt_device_internal_event_t::packet[BLE_ADV_PACKET_PAYLOAD_MAX_LENGTH]

Event data.

Definition at line 127 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated