SX1278 RA-01, RA-02 LoRa library

Embed: (wiki syntax)

« Back to documentation index

RadioLoRaPacketHandler_t Struct Reference

RadioLoRaPacketHandler_t Struct Reference

Radio LoRa packet handler state. More...

#include <sx1278.h>

Data Fields

int8_t SnrValue
 Signal-to-noise ratio of a received packet.
int8_t RssiValue
 RSSI value in dBm for the received packet.
uint8_t Size
 Size of the transmitted or received packet.

Detailed Description

Radio LoRa packet handler state.

Definition at line 459 of file sx1278.h.


Field Documentation

int8_t RssiValue

RSSI value in dBm for the received packet.

Definition at line 469 of file sx1278.h.

uint8_t Size

Size of the transmitted or received packet.

Definition at line 474 of file sx1278.h.

int8_t SnrValue

Signal-to-noise ratio of a received packet.

Definition at line 464 of file sx1278.h.