RF24Mesh - Automated Networking for nrf24L01 & nrf52x radios v2.0.2
2024 - A user friendly mesh overlay for sensor neworks using RF24Network
|
A struct for storing a nodeID and an address in a single element of the ESBMesh::addrList array. More...
#include <RF24Mesh.h>
Public Attributes | |
uint8_t | nodeID |
The nodeID of an network node (child) | |
uint16_t | address |
The logical address of an network node (child) | |
A struct for storing a nodeID and an address in a single element of the ESBMesh::addrList array.
Definition at line 330 of file RF24Mesh.h.
uint8_t ESBMesh< network_t, radio_t >::addrListStruct::nodeID |
The nodeID of an network node (child)
Definition at line 333 of file RF24Mesh.h.
uint16_t ESBMesh< network_t, radio_t >::addrListStruct::address |
The logical address of an network node (child)
Definition at line 335 of file RF24Mesh.h.