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

Structure containing RX (user) payload data. More...

#include <SAP/WiMOD_SAP_LORAWAN_IDs.h>

Inheritance diagram for TWiMODLORAWAN_RX_Data:

Public Attributes

UINT8 StatusFormat
 
UINT8 Port
 
UINT8 Length
 
UINT8 Payload [WiMODLORAWAN_APP_PAYLOAD_LEN]
 
UINT8 ChannelIndex
 
UINT8 DataRateIndex
 
INT8 RSSI
 
INT8 SNR
 
UINT8 RxSlot
 
bool OptionalInfoAvaiable
 

Detailed Description

Structure containing RX (user) payload data.

Member Data Documentation

◆ ChannelIndex

UINT8 TWiMODLORAWAN_RX_Data::ChannelIndex

used channel index (

See also
TLoRaWAN_Channel_* definitions)

◆ DataRateIndex

UINT8 TWiMODLORAWAN_RX_Data::DataRateIndex

used data rate index (

See also
TLoRaWANDataRate*)

◆ Length

UINT8 TWiMODLORAWAN_RX_Data::Length

Length of the used (user) payload field

◆ OptionalInfoAvaiable

bool TWiMODLORAWAN_RX_Data::OptionalInfoAvaiable

are the optional value fields available

◆ Payload

UINT8 TWiMODLORAWAN_RX_Data::Payload[WiMODLORAWAN_APP_PAYLOAD_LEN]

payload data

◆ Port

UINT8 TWiMODLORAWAN_RX_Data::Port

(Target) LoRaWAN port

◆ RSSI

INT8 TWiMODLORAWAN_RX_Data::RSSI

RSSI value for the received packet

◆ RxSlot

UINT8 TWiMODLORAWAN_RX_Data::RxSlot

number of the rx slot that contained the message

◆ SNR

INT8 TWiMODLORAWAN_RX_Data::SNR

SNR value for the received packet

◆ StatusFormat

UINT8 TWiMODLORAWAN_RX_Data::StatusFormat

Status/Format Field for this message


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