Library for LoRa communication using MultiTech MDOT.

Dependents:   mDot_test_rx adc_sensor_lora mDotEVBM2X mDot_AT_firmware ... more

Embed: (wiki syntax)

« Back to documentation index

LoRaMacEvent Class Reference

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.