Table of Contents

Enum PamojaLorawanMessageType

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

What kind of message a frame is, mirroring PamojaLorawanMessageType in pamoja.h.

public enum PamojaLorawanMessageType

Fields

ConfirmedDown = 5

Data to a device that asks to be acknowledged.

ConfirmedUp = 3

Data from a device that asks to be acknowledged.

JoinAccept = 1

A network admitting a device.

JoinRequest = 0

A device asking to join a network.

UnconfirmedDown = 4

Data to a device that does not need acknowledging.

UnconfirmedUp = 2

Data from a device that does not need acknowledging.