Table of Contents

Struct Sx127xSpuriousReception

Namespace
Pamoja.Radios
Assembly
Pamoja.Radios.dll

The receive settings of the SX127x spurious reception erratum.

public readonly record struct Sx127xSpuriousReception : IEquatable<Sx127xSpuriousReception>
Implements
Inherited Members

Constructors

Sx127xSpuriousReception(bool, byte?, uint)

The receive settings of the SX127x spurious reception erratum.

public Sx127xSpuriousReception(bool AutomaticIf, byte? IfFreq2, uint OffsetHz)

Parameters

AutomaticIf bool

Whether AutomaticIFOn stays on.

IfFreq2 byte?

The RegIfFreq2 value, with RegIfFreq1 cleared, or null when the IF stays automatic.

OffsetHz uint

How far above the carrier to receive, in hertz.

Properties

AutomaticIf

Whether AutomaticIFOn stays on.

public bool AutomaticIf { get; init; }

Property Value

bool

IfFreq2

The RegIfFreq2 value, with RegIfFreq1 cleared, or null when the IF stays automatic.

public byte? IfFreq2 { get; init; }

Property Value

byte?

OffsetHz

How far above the carrier to receive, in hertz.

public uint OffsetHz { get; init; }

Property Value

uint