20171208

Fork of LoRaWAN-lib by Semtech

Embed: (wiki syntax)

« Back to documentation index

sMlmeReqTxCw Struct Reference

sMlmeReqTxCw Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.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 1006 of file LoRaMac.h.


Field Documentation

uint32_t Frequency

RF frequency to set (Only used with new way)

Definition at line 1015 of file LoRaMac.h.

uint8_t Power

RF output power to set (Only used with new way)

Definition at line 1019 of file LoRaMac.h.

uint16_t Timeout

Time in seconds while the radio is kept in continuous wave mode

Definition at line 1011 of file LoRaMac.h.