MultiTech / libmDot-mbed5

Dependents:   mdot_two_way unh-hackathon-example unh-hackathon-example-raw TelitSensorToCloud ... more

Fork of libmDot-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.