RUI3 (RAK Unified Interface 3) - RAK4631
LmhpComplianceParams_s

Data Fields

bool AdrEnabled
 
bool DutyCycleEnabled
 
void(* StopPeripherals )(void)
 
void(* StartPeripherals )(void)
 

Detailed Description

Compliance test protocol handler parameters

Field Documentation

◆ AdrEnabled

bool AdrEnabled

Holds the ADR state

◆ DutyCycleEnabled

bool DutyCycleEnabled

LoRaWAN ETSI duty cycle control enable/disable

Remarks
Please note that ETSI mandates duty cycled transmissions. Use only for test purposes

◆ StopPeripherals

void( * StopPeripherals) (void)

Stops unnecessary peripherals.

Remarks
Use for the compliance tests protocol handling in order to reduce the power consumption.

◆ StartPeripherals

void( * StartPeripherals) (void)

Starts previously stopped peripherals.

Remarks
Use for the compliance tests protocol handling in order to reduce the power consumption.