Struct LoraRx2
Where the second receive window listens.
public readonly record struct LoraRx2 : IEquatable<LoraRx2>
- Implements
- Inherited Members
Constructors
LoraRx2(uint, byte)
Where the second receive window listens.
public LoraRx2(uint FrequencyHz, byte DataRate)
Parameters
Properties
DataRate
The data rate.
public byte DataRate { get; init; }
Property Value
FrequencyHz
The fixed frequency, in hertz.
public uint FrequencyHz { get; init; }