Arduino LMIC 6.0.1
Arduino LoRaWAN(r) MAC in C
Loading...
Searching...
No Matches
bcninfo_t Struct Reference

Information about the last and previous beacons. More...

#include <lmic.h>

Data Fields

u1_t flags
 Last beacon reception and tracking states. See BCN_* values.
u1_t info
 Info field of last beacon (valid only if BCN_FULL set).
s4_t lat
 Lat field of last beacon (valid only if BCN_FULL set).
s4_t lon
 Lon field of last beacon (valid only if BCN_FULL set).
s1_t rssi
 Adjusted RSSI value of last received beacon.
s1_t snr
 Scaled SNR value of last received beacon.
u4_t time
 GPS time in seconds of last beacon (received or surrogate).
ostime_t txtime
 Time when the beacon was sent.

Detailed Description

Information about the last and previous beacons.


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