SX126x-Arduino
1.3.0
src
mac
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:3416
LoRaMacTestSetChannel
void LoRaMacTestSetChannel(uint8_t channel)
Sets the channel index.
Definition:
LoRaMac.cpp:3428
LoRaMacTestRxWindowsOn
void LoRaMacTestRxWindowsOn(bool enable)
Enabled or disables the reception windows.
Definition:
LoRaMac.cpp:3405
LoRaMacTestSetMic
void LoRaMacTestSetMic(uint16_t txPacketCounter)
Enables the MIC field test.
Definition:
LoRaMac.cpp:3410
Generated by
1.8.18