Library for LoRa communication using MultiTech MDOT.
Fork of libmDot by
LoRaMacEvent Class Reference
#include <LoRaMacEvent.h>
Inherited by mDotEvent.
Public Member Functions | |
| virtual void | MacEvent (LoRaMacEventFlags *flags, LoRaMacEventInfo *info) |
Detailed Description
LoRaMAC events structure Used to notify upper layers of MAC events
Definition at line 68 of file LoRaMacEvent.h.
Member Function Documentation
| virtual void MacEvent | ( | LoRaMacEventFlags * | flags, |
| LoRaMacEventInfo * | info | ||
| ) | [virtual] |
MAC layer event callback prototype.
- Parameters:
-
[IN] flags Bit field indicating the MAC events occurred [IN] info Details about MAC events occurred
Definition at line 79 of file LoRaMacEvent.h.
Generated on Wed Jul 13 2022 23:42:36 by
1.7.2
