nRF5 SDK for Mesh v1.0.1
Data Fields
nrf_mesh_rx_metadata_instaburst_t Struct Reference

Metadata structure for packets received with Instaburst. More...

#include <nrf_mesh.h>

Data Fields

uint32_t timestamp
 Timestamp of the packet in microseconds. More...
 
uint8_t channel
 Channel the packet was received on. More...
 
int8_t rssi
 RSSI value of the received packet. More...
 
struct {
   nrf_mesh_instaburst_event_id_t   id
 
   uint8_t   packet_index
 
   bool   is_last_in_chain
 
event
 

Detailed Description

Metadata structure for packets received with Instaburst.

Definition at line 109 of file nrf_mesh.h.

Field Documentation

◆ timestamp

uint32_t nrf_mesh_rx_metadata_instaburst_t::timestamp

Timestamp of the packet in microseconds.

Definition at line 111 of file nrf_mesh.h.

◆ channel

uint8_t nrf_mesh_rx_metadata_instaburst_t::channel

Channel the packet was received on.

Definition at line 112 of file nrf_mesh.h.

◆ rssi

int8_t nrf_mesh_rx_metadata_instaburst_t::rssi

RSSI value of the received packet.

Definition at line 113 of file nrf_mesh.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated