SX126x-Arduino  2.0.1
Data Fields
PacketStatus_t Struct Reference

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

#include <sx126x.h>

Data Fields

RadioPacketTypes_t packetType
 Packet to which the packet status are referring to. More...
 
struct {
   struct {
      uint8_t   RxStatus
 
      int8_t   RssiAvg
 The averaged RSSI. More...
 
      int8_t   RssiSync
 The RSSI measured on last packet. More...
 
      uint32_t   FreqError
 
   }   Gfsk
 
   struct {
      int8_t   RssiPkt
 The RSSI of the last packet. More...
 
      int8_t   SnrPkt
 The SNR of the last packet. More...
 
      int8_t   SignalRssiPkt
 
      uint32_t   FreqError
 
   }   LoRa
 
Params
 

Detailed Description

Represents the packet status for every packet type.

Field Documentation

◆ packetType

RadioPacketTypes_t PacketStatus_t::packetType

Packet to which the packet status are referring to.

◆ RxStatus

uint8_t PacketStatus_t::RxStatus

◆ RssiAvg

int8_t PacketStatus_t::RssiAvg

The averaged RSSI.

◆ RssiSync

int8_t PacketStatus_t::RssiSync

The RSSI measured on last packet.

◆ FreqError

uint32_t PacketStatus_t::FreqError

◆ Gfsk

struct { ... } PacketStatus_t::Gfsk

◆ RssiPkt

int8_t PacketStatus_t::RssiPkt

The RSSI of the last packet.

◆ SnrPkt

int8_t PacketStatus_t::SnrPkt

The SNR of the last packet.

◆ SignalRssiPkt

int8_t PacketStatus_t::SignalRssiPkt

◆ LoRa

struct { ... } PacketStatus_t::LoRa

◆ Params

struct { ... } PacketStatus_t::Params

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