Table of Contents

Struct LoraRx2

Namespace
Pamoja.Lora
Assembly
Pamoja.Lora.dll

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

FrequencyHz uint

The fixed frequency, in hertz.

DataRate byte

The data rate.

Properties

DataRate

The data rate.

public byte DataRate { get; init; }

Property Value

byte

FrequencyHz

The fixed frequency, in hertz.

public uint FrequencyHz { get; init; }

Property Value

uint