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

A single Instaburst RX packet. More...

#include <instaburst_rx.h>

Data Fields

nrf_mesh_rx_metadata_instaburst_t metadata
 Metadata associated with the given packet. More...
 
uint8_t payload_len
 Length of the packet payload.
 
const uint8_t * p_payload
 A pointer to the packet payload. More...
 

Detailed Description

A single Instaburst RX packet.

Definition at line 72 of file instaburst_rx.h.

Field Documentation

◆ metadata

nrf_mesh_rx_metadata_instaburst_t instaburst_rx_packet_t::metadata

Metadata associated with the given packet.

Definition at line 74 of file instaburst_rx.h.

◆ p_payload

const uint8_t* instaburst_rx_packet_t::p_payload

A pointer to the packet payload.

Definition at line 76 of file instaburst_rx.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated