Bleeding edge development version of the xDot library for mbed 5. This version of the library is not guaranteed to be stable or well tested and should not be used in production or deployment scenarios.

Dependents:   Dot-Examples Dot-AT-Firmware Dot-Examples TEST_FF1705 ... more

Embed: (wiki syntax)

« Back to documentation index

DutyBand Struct Reference

DutyBand Struct Reference

Duty band for limiting time-on-air for regional regulations. More...

#include <Lora.h>

Data Fields

uint16_t DutyCycle
 Multiplier of time on air, 0:100%, 1:50%, 2:33%, 10:10%, 100:1%, 1000,0.1%.
uint32_t TimeOffEnd
 Timestamp when this band will be available.

Detailed Description

Duty band for limiting time-on-air for regional regulations.

Definition at line 308 of file Lora.h.


Field Documentation

uint16_t DutyCycle

Multiplier of time on air, 0:100%, 1:50%, 2:33%, 10:10%, 100:1%, 1000,0.1%.

Definition at line 313 of file Lora.h.

uint32_t TimeOffEnd

Timestamp when this band will be available.

Definition at line 314 of file Lora.h.