Demo HCI Implementation for WiMOD-LR Devices  V1.3.1
WiMOD_SAP_LORAWAN.h File Reference

Declarations for the LoRaWAN SericeAccessPoint. More...

Include dependency graph for WiMOD_SAP_LORAWAN.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WiMOD_SAP_LoRaWAN
 Implementation for the ServiceAccessPoint LoRaWAN (End Node Modem firmware only) More...
 

Typedefs

typedef void(* TJoinTxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TJoinedNwkIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TNoDataIndicationCallback) (void)
 
typedef void(* TTxCDataIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TTxUDataIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TRxUDataIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TRxCDataIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TRxMacCmdIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TRxAckIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 

Detailed Description

Declarations for the LoRaWAN SericeAccessPoint.

Version
0.1
Author
(FB), IMST

Typedef Documentation

typedef void(* TJoinedNwkIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'joined (lora) nwk' indication callback function

typedef void(* TJoinTxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'join tx' indication callback function

typedef void(* TNoDataIndicationCallback) (void)

Type definition for a 'no data / timemout' indication callback function

typedef void(* TRxAckIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'Rx Ack' indication callback function

typedef void(* TRxCDataIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'Rx C-Datat' indication callback function

typedef void(* TRxMacCmdIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'Rx MAC-Cmd' indication callback function

typedef void(* TRxUDataIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'Rx U-Data' indication callback function

typedef void(* TTxCDataIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'Tx C-Data' indication callback function

typedef void(* TTxUDataIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'Tx U-Data' indication callback function