RF24Mesh - Automated Networking for nrf24L01 radios v2.0.0
TMRh20 2020 - 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 321 of file RF24Mesh.h.
uint8_t ESBMesh< network_t, radio_t >::addrListStruct::nodeID |
The nodeID of an network node (child)
Definition at line 324 of file RF24Mesh.h.
uint16_t ESBMesh< network_t, radio_t >::addrListStruct::address |
The logical address of an network node (child)
Definition at line 326 of file RF24Mesh.h.