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... | |
Definition at line 106 of file mesh_friendship_types.h.
mesh_friendship_lpn_t mesh_friendship_t::lpn |
Low Power node data.
Definition at line 108 of file mesh_friendship_types.h.
uint32_t mesh_friendship_t::poll_timeout_ms |
Poll Timeout in milliseconds.
Definition at line 109 of file mesh_friendship_types.h.
uint32_t mesh_friendship_t::poll_count |
Number of polls received from the LPN.
Definition at line 110 of file mesh_friendship_types.h.
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.
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.
int8_t mesh_friendship_t::avg_rssi |
Average RSSI of the LPN messages received.
Definition at line 113 of file mesh_friendship_types.h.