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... | |
| }; | |
Represents the packet status for every packet type.
| struct { ... } |
| int8_t RssiPkt |
The RSSI of the last packet.
| int8_t SignalRssiPkt |
The RSSI of the LoRa signal of the last packet.
| int8_t SnrPkt |
The SNR of the last packet multiplied by 4.
| uint32_t value |