![]() |
SX126x-Arduino
2.0.1
|
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 |
Represents the packet status for every packet type.
RadioPacketTypes_t PacketStatus_t::packetType |
Packet to which the packet status are referring to.
uint8_t PacketStatus_t::RxStatus |
int8_t PacketStatus_t::RssiAvg |
The averaged RSSI.
int8_t PacketStatus_t::RssiSync |
The RSSI measured on last packet.
uint32_t PacketStatus_t::FreqError |
struct { ... } PacketStatus_t::Gfsk |
int8_t PacketStatus_t::RssiPkt |
The RSSI of the last packet.
int8_t PacketStatus_t::SnrPkt |
The SNR of the last packet.
int8_t PacketStatus_t::SignalRssiPkt |
struct { ... } PacketStatus_t::LoRa |
struct { ... } PacketStatus_t::Params |