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.
Dependents: mdot_two_way unh-hackathon-example unh-hackathon-example-raw TelitSensorToCloud ... more
Fork of libmDot-dev-mbed5-deprecated by
MulticastSession Struct Reference
Multicast session info. More...
#include <Lora.h>
Data Fields | |
| uint32_t | Address |
| Network address. | |
| uint8_t | NetworkSessionKey [16] |
| Network session key. | |
| uint8_t | DataSessionKey [16] |
| Data session key. | |
| uint32_t | DownlinkCounter |
| Downlink counter of last packet received from server. | |
| int8_t | Periodicity |
| Number of downlink windows to open per beacon period. | |
| uint32_t | Frequency |
| Frequency used for downlink windows. | |
| uint8_t | DatarateIndex |
| Datarate used for downlink windows. | |
| bool | DataPending |
| Indicates network has data pending for this address. | |
Detailed Description
Multicast session info.
Definition at line 432 of file Lora.h.
Field Documentation
| bool DataPending |
| uint8_t DatarateIndex |
| uint8_t DataSessionKey[16] |
| uint32_t DownlinkCounter |
| uint8_t NetworkSessionKey[16] |
| int8_t Periodicity |
Generated on Wed Jul 13 2022 11:43:06 by
1.7.2


