![]() |
SX126x-Arduino
2.0.1
|
#include <Region.h>
Data Fields | |
uint8_t * | Payload |
uint8_t | PayloadSize |
uint8_t | UplinkDwellTime |
bool | AdrEnabled |
int8_t | CurrentDatarate |
int8_t | CurrentTxPower |
uint8_t | CurrentNbRep |
Parameter structure for the function RegionLinkAdrReq.
uint8_t* sLinkAdrReqParams::Payload |
Pointer to the payload which contains the MAC commands.
uint8_t sLinkAdrReqParams::PayloadSize |
Size of the payload.
uint8_t sLinkAdrReqParams::UplinkDwellTime |
Uplink dwell time.
bool sLinkAdrReqParams::AdrEnabled |
Set to true, if ADR is enabled.
int8_t sLinkAdrReqParams::CurrentDatarate |
The current datarate.
int8_t sLinkAdrReqParams::CurrentTxPower |
The current TX power.
uint8_t sLinkAdrReqParams::CurrentNbRep |
The current number of repetitions.