1

Dependents:   0A101_mDot_Sensor_Rev3_AUS 601_mDot_Sensor_RevJT_AUS

Fork of libmDot-mbed5 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 361 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 366 of file Lora.h.

uint32_t TimeOffEnd

Timestamp when this band will be available.

Definition at line 367 of file Lora.h.