Table of Contents

Class LorawanOptions

Namespace
Pamoja.Lorawan
Assembly
Pamoja.Lorawan.dll

The header flags and frame options a sender sets on a data frame.

public sealed class LorawanOptions
Inheritance
LorawanOptions
Inherited Members

Remarks

Every member defaults off. FPending applies to a downlink only and is ignored when encoding an uplink.

Properties

Ack

Acknowledge the last confirmed frame from the far end.

public bool Ack { get; init; }

Property Value

bool

Adr

Mark the frame as taking part in adaptive data rate.

public bool Adr { get; init; }

Property Value

bool

Confirmed

Ask the far end to acknowledge this frame.

public bool Confirmed { get; init; }

Property Value

bool

FPending

Tell the device more downlink data is waiting.

public bool FPending { get; init; }

Property Value

bool

Fopts

MAC commands to carry in the header, at most 15 bytes.

public byte[] Fopts { get; init; }

Property Value

byte[]