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
mlme_cw_tx_mode_t Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
uint16_t | timeout |
uint32_t | frequency |
uint8_t | power |
Detailed Description
LoRaMAC MLME-Request for TX continuous wave mode.
Definition at line 1013 of file lorawan_data_structures.h.
Field Documentation
uint32_t frequency |
The RF frequency to set (only used with the new way).
Definition at line 1021 of file lorawan_data_structures.h.
uint8_t power |
The RF output power to set (only used with the new way).
Definition at line 1025 of file lorawan_data_structures.h.
uint16_t timeout |
The time while the radio is kept in continuous wave mode, in seconds.
Definition at line 1017 of file lorawan_data_structures.h.
Generated on Fri Jul 22 2022 04:54:14 by
