Enum LorawanMessageType
What kind of message a frame is, read from its header.
public enum LorawanMessageType
Fields
ConfirmedDown = 5Data to a device that asks to be acknowledged.
ConfirmedUp = 3Data from a device that asks to be acknowledged.
JoinAccept = 1A network admitting a device.
JoinRequest = 0A device asking to join a network.
UnconfirmedDown = 4Data to a device that does not need acknowledging.
UnconfirmedUp = 2Data from a device that does not need acknowledging.