![]() |
SX126x-Arduino
2.0.1
|
#include <Region.h>
Data Fields | |
uint8_t | Channel |
int8_t | Datarate |
uint8_t | Bandwidth |
int8_t | DrOffset |
uint32_t | Frequency |
uint32_t | WindowTimeout |
int32_t | WindowOffset |
uint8_t | DownlinkDwellTime |
bool | RepeaterSupport |
bool | RxContinuous |
bool | Window |
Parameter structure for the function RegionRxConfig.
uint8_t sRxConfigParams::Channel |
The RX channel.
int8_t sRxConfigParams::Datarate |
RX datarate.
uint8_t sRxConfigParams::Bandwidth |
RX bandwidth.
int8_t sRxConfigParams::DrOffset |
RX datarate offset.
uint32_t sRxConfigParams::Frequency |
RX frequency.
uint32_t sRxConfigParams::WindowTimeout |
RX window timeout
int32_t sRxConfigParams::WindowOffset |
RX window offset
uint8_t sRxConfigParams::DownlinkDwellTime |
Downlink dwell time.
bool sRxConfigParams::RepeaterSupport |
Set to true, if a repeater is supported.
bool sRxConfigParams::RxContinuous |
Set to true, if RX should be continuous.
bool sRxConfigParams::Window |
Sets the RX window. 0: RX window 1, 1: RX window 2.