Demo HCI Implementation for WiMOD-LR Devices  V2.0.3
TWiMODLORAWAN_RX_MacCmdData Struct Reference

Structure containing a received MAC command. More...

#include <SAP/WiMOD_SAP_LORAWAN_IDs.h>

Inheritance diagram for TWiMODLORAWAN_RX_MacCmdData:

Public Attributes

UINT8 Length
 
UINT8 MacCmdData [WiMODLORAWAN_APP_PAYLOAD_LEN]
 
UINT8 ChannelIndex
 
UINT8 DataRateIndex
 
INT8 RSSI
 
INT8 SNR
 
UINT8 RxSlot
 
bool OptionalInfoAvaiable
 

Detailed Description

Structure containing a received MAC command.

Member Data Documentation

◆ ChannelIndex

UINT8 TWiMODLORAWAN_RX_MacCmdData::ChannelIndex

used channel index (

See also
TLoRaWAN_Channel_* definitions)

◆ DataRateIndex

UINT8 TWiMODLORAWAN_RX_MacCmdData::DataRateIndex

used data rate index (

See also
TLoRaWANDataRate*)

◆ Length

UINT8 TWiMODLORAWAN_RX_MacCmdData::Length

length of the MAC command / data

◆ MacCmdData

UINT8 TWiMODLORAWAN_RX_MacCmdData::MacCmdData[WiMODLORAWAN_APP_PAYLOAD_LEN]

MAC command / data

◆ OptionalInfoAvaiable

bool TWiMODLORAWAN_RX_MacCmdData::OptionalInfoAvaiable

are the optional value fields available

◆ RSSI

INT8 TWiMODLORAWAN_RX_MacCmdData::RSSI

RSSI value for the received packet

◆ RxSlot

UINT8 TWiMODLORAWAN_RX_MacCmdData::RxSlot

number of the rx slot that contained the message

◆ SNR

INT8 TWiMODLORAWAN_RX_MacCmdData::SNR

SNR value for the received packet


The documentation for this struct was generated from the following file: