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

Data Fields

mesh_friendship_lpn_t lpn
 Low Power node data. More...
 
uint32_t poll_timeout_ms
 Poll Timeout in milliseconds. More...
 
uint32_t poll_count
 Number of polls received from the LPN. More...
 
uint8_t receive_delay_ms
 Delay before the receive window starts, in milliseconds. More...
 
uint8_t receive_window_ms
 Length of the LPN's Receive Window in milliseconds. More...
 
int8_t avg_rssi
 Average RSSI of the LPN messages received. More...
 

Detailed Description

Definition at line 106 of file mesh_friendship_types.h.

Field Documentation

◆ lpn

mesh_friendship_lpn_t mesh_friendship_t::lpn

Low Power node data.

Definition at line 108 of file mesh_friendship_types.h.

◆ poll_timeout_ms

uint32_t mesh_friendship_t::poll_timeout_ms

Poll Timeout in milliseconds.

Definition at line 109 of file mesh_friendship_types.h.

◆ poll_count

uint32_t mesh_friendship_t::poll_count

Number of polls received from the LPN.

Definition at line 110 of file mesh_friendship_types.h.

◆ receive_delay_ms

uint8_t mesh_friendship_t::receive_delay_ms

Delay before the receive window starts, in milliseconds.

Definition at line 111 of file mesh_friendship_types.h.

◆ receive_window_ms

uint8_t mesh_friendship_t::receive_window_ms

Length of the LPN's Receive Window in milliseconds.

Definition at line 112 of file mesh_friendship_types.h.

◆ avg_rssi

int8_t mesh_friendship_t::avg_rssi

Average RSSI of the LPN messages received.

Definition at line 113 of file mesh_friendship_types.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated