Class LorawanOptions
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
Adr
Mark the frame as taking part in adaptive data rate.
public bool Adr { get; init; }
Property Value
Confirmed
Ask the far end to acknowledge this frame.
public bool Confirmed { get; init; }
Property Value
FPending
Tell the device more downlink data is waiting.
public bool FPending { get; init; }
Property Value
Fopts
MAC commands to carry in the header, at most 15 bytes.
public byte[] Fopts { get; init; }
Property Value
- byte[]