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

#include <ares_frame.hpp>

Public Attributes

int64_t sec = -1
 Seconds part for start time.
uint64_t nsec = 0
 Nanoseconds part for start time.
uint16_t id = 0
uint16_t packet_id = 0
bool broadcast = false
uint8_t seq_cnt = 0

Detailed Description

Data for AresFrame::START frames.

Member Data Documentation

◆ broadcast

bool AresFrame::Start::broadcast = false

On transmission, tells firmware to use a broadcast packet. On reception, indicates if received packet was a broadcast.

◆ id

uint16_t AresFrame::Start::id = 0

The destination ID on transmissions. The source ID on reception.

◆ packet_id

uint16_t AresFrame::Start::packet_id = 0

Packet ID of the received packet. Ignored on transmissions.

◆ seq_cnt

uint8_t AresFrame::Start::seq_cnt = 0

The packet sequence count. Ignored on transmission.


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