Demo HCI Implementation for WiMOD-LR Devices  V1.3.1
TWiMODLORAWAN_RX_MacCmdData Struct Reference

Structure containing a received MAC command. More...

#include <SAP/WiMOD_SAP_LORAWAN_IDs.h>

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

UINT8 TWiMODLORAWAN_RX_MacCmdData::ChannelIndex

used channel index (

See also
TLoRaWAN_Channel_* definitions)
UINT8 TWiMODLORAWAN_RX_MacCmdData::DataRateIndex

used data rate index (

See also
TLoRaWANDataRate)
UINT8 TWiMODLORAWAN_RX_MacCmdData::Length

length of the MAC command / data

UINT8 TWiMODLORAWAN_RX_MacCmdData::MacCmdData[WiMODLORAWAN_APP_PAYLOAD_LEN]

MAC command / data

bool TWiMODLORAWAN_RX_MacCmdData::OptionalInfoAvaiable

are the optional value fields available

INT8 TWiMODLORAWAN_RX_MacCmdData::RSSI

RSSI value for the received packet

UINT8 TWiMODLORAWAN_RX_MacCmdData::RxSlot

number of the rx slot that contained the messsage

INT8 TWiMODLORAWAN_RX_MacCmdData::SNR

SNR value for the received packet


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