Ares LoRa Serial Driver Core
Loading...
Searching...
No Matches
AresFrame::LogAck Struct Reference

#include <ares_frame.hpp>

Public Member Functions

bool operator== (const LogAck &other) const

Public Attributes

uint8_t part = 0
uint8_t num_parts = 0
uint16_t id = 0
uint16_t log_id = 0

Detailed Description

Data for AresFrame::LOG_ACK frames.

Member Function Documentation

◆ operator==()

bool AresFrame::LogAck::operator== ( const LogAck & other) const
inline

Equivalence operator.

Parameters
otherThe other object to compare against.
Returns
true if all the fields are equal, false otherwise.

Member Data Documentation

◆ id

uint16_t AresFrame::LogAck::id = 0

The ID of the node that acknowledged the message.

◆ log_id

uint16_t AresFrame::LogAck::log_id = 0

The ID of the log message that got acked.

◆ num_parts

uint8_t AresFrame::LogAck::num_parts = 0

The total number of parts in the acked message.

◆ part

uint8_t AresFrame::LogAck::part = 0

The message part that was acknowledged.


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