RF24Mesh - Automated Networking for nrf24L01 & nrf52x radios v2.0.0
2024 - A user friendly mesh overlay for sensor neworks using RF24Network
Loading...
Searching...
No Matches
Public Attributes | List of all members
ESBMesh< network_t, radio_t >::addrListStruct Struct Reference

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)
 

Detailed Description

template<class network_t = ESBNetwork<RF24>, class radio_t = RF24>
struct ESBMesh< network_t, radio_t >::addrListStruct

A struct for storing a nodeID and an address in a single element of the ESBMesh::addrList array.

Note
This array only exists on the mesh network's master node.

Definition at line 321 of file RF24Mesh.h.

Member Data Documentation

◆ nodeID

template<class network_t = ESBNetwork<RF24>, class radio_t = RF24>
uint8_t ESBMesh< network_t, radio_t >::addrListStruct::nodeID

The nodeID of an network node (child)

Definition at line 324 of file RF24Mesh.h.

◆ address

template<class network_t = ESBNetwork<RF24>, class radio_t = RF24>
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.


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