nrf_mesh_rx_metadata_t

nRF5 SDK for Mesh v5.0.0

RX packet metadata. More...

#include <nrf_mesh.h>

Data Fields

nrf_mesh_rx_source_t source
 Source of the received packet. More...
 
union {
   nrf_mesh_rx_metadata_scanner_t   scanner
 Scanner packet metadata.
 
   nrf_mesh_rx_metadata_instaburst_t   instaburst
 Instaburst packet metadata.
 
   nrf_mesh_rx_metadata_gatt_t   gatt
 GATT packet metadata.
 
   nrf_mesh_rx_metadata_loopback_t   loopback
 Loopback packet metadata.
 
params
 

Detailed Description

RX packet metadata.

Definition at line 161 of file nrf_mesh.h.

Field Documentation

◆ source

nrf_mesh_rx_source_t nrf_mesh_rx_metadata_t::source

Source of the received packet.

Definition at line 163 of file nrf_mesh.h.