Stable version of the xDot library for mbed 5. This version of the library is suitable for deployment scenarios.

Dependents:   Dot-Examples XDOT-Devicewise Dot-Examples-delujoc Dot-Examples_receive ... more

Fork of libxDot-dev-mbed5-deprecated by MultiTech

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 319 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 324 of file Lora.h.

uint32_t TimeOffEnd

Timestamp when this band will be available.

Definition at line 325 of file Lora.h.