![]() |
SX126x-Arduino
2.0.1
|
#include <Region.h>
Data Fields | |
PhyAttribute_t | Attribute |
int8_t | Datarate |
uint8_t | UplinkDwellTime |
uint8_t | DownlinkDwellTime |
Parameter structure for the function RegionGetPhyParam.
PhyAttribute_t sGetPhyParams::Attribute |
Setup the parameter to get.
int8_t sGetPhyParams::Datarate |
Datarate. The parameter is needed for the following queries: PHY_MAX_PAYLOAD, PHY_MAX_PAYLOAD_REPEATER, PHY_NEXT_LOWER_TX_DR.
uint8_t sGetPhyParams::UplinkDwellTime |
Uplink dwell time. The parameter is needed for the following queries: PHY_MIN_TX_DR, PHY_MAX_PAYLOAD, PHY_MAX_PAYLOAD_REPEATER, PHY_NEXT_LOWER_TX_DR.
uint8_t sGetPhyParams::DownlinkDwellTime |
Downlink dwell time. The parameter is needed for the following queries: PHY_MIN_RX_DR, PHY_MAX_PAYLOAD, PHY_MAX_PAYLOAD_REPEATER.