|
Ares LoRa Serial Driver Core
|
#include <ares_frame.hpp>
Public Attributes | |
| bool | ready = false |
| bool | broadcast = false |
| uint8_t | tx_cnt = 0 |
| uint16_t | id = 0 |
Data for AresFrame::HEARTBEAT frames.
| bool AresFrame::Heartbeat::broadcast = false |
Broadcast the heartbeat frame.
| uint16_t AresFrame::Heartbeat::id = 0 |
The destination for the heartbeat.
| bool AresFrame::Heartbeat::ready = false |
System ready for data collection.
| uint8_t AresFrame::Heartbeat::tx_cnt = 0 |
The number of times to send the heartbeat.