My climat station
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 944 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 952 of file lorawan_data_structures.h.
| uint8_t power |
The RF output power to set (only used with the new way).
Definition at line 956 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 948 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 14:26:49 by
1.7.2
Gleb Klochkov