Table of Contents

Struct PamojaLorawanFlags

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

The header flags a sender sets on a data frame, mirroring PamojaLorawanFlags in pamoja.h.

public struct PamojaLorawanFlags
Inherited Members

Remarks

Each field is 1 for on and 0 for off. FPending applies to a downlink only and is ignored when encoding an uplink.

Fields

Ack

Acknowledge the last confirmed frame from the far end.

public byte Ack

Field Value

byte

Adr

Mark the frame as taking part in adaptive data rate.

public byte Adr

Field Value

byte

Confirmed

Ask the far end to acknowledge this frame.

public byte Confirmed

Field Value

byte

FPending

Tell the device more downlink data is waiting.

public byte FPending

Field Value

byte