![]() |
Demo HCI Implementation for WiMOD-LR Devices
V1.3.1
|
Declarations for the LoRaWAN SericeAccessPoint. More...
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) |
Declarations for the LoRaWAN SericeAccessPoint.
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