Onethinx LoRaWAN module
LoRaPacketStatus_t Union Reference

Represents the packet status for every packet type. More...

#include <OnethinxExt01.h>

Data Fields

uint32_t value
 
struct {
   int8_t   RssiPkt
 The RSSI of the last packet. More...
 
   int8_t   SnrPkt
 The SNR of the last packet multiplied by 4. More...
 
   int8_t   SignalRssiPkt
 The RSSI of the LoRa signal of the last packet. More...
 
}; 
 

Detailed Description

Represents the packet status for every packet type.

Field Documentation

◆ 

struct { ... }

◆ RssiPkt

int8_t RssiPkt

The RSSI of the last packet.

◆ SignalRssiPkt

int8_t SignalRssiPkt

The RSSI of the LoRa signal of the last packet.

◆ SnrPkt

int8_t SnrPkt

The SNR of the last packet multiplied by 4.

◆ value

uint32_t value