MultiTech / libmDot-dev-mbed2-deprecated

Dependents:   mDot_LoRa_CLASS_C_P2P

Fork of libmDot-dev by Multi-Hackers

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 372 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 377 of file Lora.h.

uint32_t TimeOffEnd

Timestamp when this band will be available.

Definition at line 378 of file Lora.h.