Table of Contents

Enum LorawanMessageType

Namespace
Pamoja.Lorawan
Assembly
Pamoja.Lorawan.dll

What kind of message a frame is, read from its header.

public enum LorawanMessageType

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.