Enum Sx127xMode
An SX127x operating mode, the Mode bits of RegOpMode.
public enum Sx127xMode : byte
Fields
Cad = 7Channel activity detection looks for a LoRa preamble.
FsRx = 4The PLL is locked for receive.
FsTx = 2The PLL is locked for transmit.
RxContinuous = 5The receiver takes packet after packet.
RxSingle = 6The receiver waits for one packet or the symbol timeout.
Sleep = 0Only the SPI interface and the registers are powered; the only mode that may switch modems.
Standby = 1The oscillator and the baseband are on.
Tx = 3One packet goes out, then the chip returns to standby.