Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
channel_selection_params_s Struct Reference
The parameter structure for the function RegionNextChannel. More...
#include <lora_phy_ds.h>
Data Fields | |
| lorawan_time_t | aggregate_timeoff |
| The aggregated time-off time. | |
| lorawan_time_t | last_aggregate_tx_time |
| The time of the last aggregated TX. | |
| int8_t | current_datarate |
| The current datarate. | |
| bool | joined |
| Set to true, if the node has already joined a network, otherwise false. | |
| bool | dc_enabled |
| Set to true, if the duty cycle is enabled, otherwise false. | |
Detailed Description
The parameter structure for the function RegionNextChannel.
Definition at line 807 of file lora_phy_ds.h.
Field Documentation
The aggregated time-off time.
Definition at line 812 of file lora_phy_ds.h.
| int8_t current_datarate |
The current datarate.
Definition at line 820 of file lora_phy_ds.h.
| bool dc_enabled |
Set to true, if the duty cycle is enabled, otherwise false.
Definition at line 828 of file lora_phy_ds.h.
| bool joined |
Set to true, if the node has already joined a network, otherwise false.
Definition at line 824 of file lora_phy_ds.h.
The time of the last aggregated TX.
Definition at line 816 of file lora_phy_ds.h.
Generated on Fri Jul 22 2022 04:54:12 by
1.7.2
