raw_rssi_data_entry_t

nRF5 SDK for Mesh v5.0.0

Structure for holding the raw rssi data from each node before it is handled and sent to the rssi client. More...

#include <rssi_server.h>

Data Fields

uint16_t src_addr
 
int rssi_sum
 
uint8_t msg_count
 

Detailed Description

Structure for holding the raw rssi data from each node before it is handled and sent to the rssi client.

Definition at line 52 of file rssi_server.h.