SX126x-Arduino  1.2.1
LoRaMacTest.h
Go to the documentation of this file.
1 
36 #ifndef __LORAMACTEST_H__
37 #define __LORAMACTEST_H__
38 
39 extern "C"
40 {
49  void LoRaMacTestRxWindowsOn(bool enable);
50 
59  void LoRaMacTestSetMic(uint16_t txPacketCounter);
60 
69  void LoRaMacTestSetDutyCycleOn(bool enable);
70 
79  void LoRaMacTestSetChannel(uint8_t channel);
80 
82 };
83 #endif // __LORAMACTEST_H__
LoRaMacTestSetDutyCycleOn
void LoRaMacTestSetDutyCycleOn(bool enable)
Enabled or disables the duty cycle.
Definition: LoRaMac.cpp:3338
LoRaMacTestSetChannel
void LoRaMacTestSetChannel(uint8_t channel)
Sets the channel index.
Definition: LoRaMac.cpp:3350
LoRaMacTestRxWindowsOn
void LoRaMacTestRxWindowsOn(bool enable)
Enabled or disables the reception windows.
Definition: LoRaMac.cpp:3327
LoRaMacTestSetMic
void LoRaMacTestSetMic(uint16_t txPacketCounter)
Enables the MIC field test.
Definition: LoRaMac.cpp:3332