Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lmic_MOTE_L152RC_2 by
bcninfo_t Struct Reference
Information about the last and previous beacons. More...
#include <lmic.h>
Data Fields | |
ostime_t | txtime |
Time when the beacon was sent. | |
s1_t | rssi |
Adjusted RSSI value of last received beacon. | |
s1_t | snr |
Scaled SNR value of last received beacon. | |
u1_t | flags |
Last beacon reception and tracking states. See BCN_* values. | |
u4_t | time |
GPS time in seconds of last beacon (received or surrogate) | |
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) |
Detailed Description
Information about the last and previous beacons.
Definition at line 92 of file lmic.h.
Field Documentation
u1_t flags |
u1_t info |
s4_t lat |
s4_t lon |
u4_t time |
Generated on Mon Jul 18 2022 07:47:29 by
