![]() |
SX126x-Arduino
2.0.1
|
#include <LoRaMac.h>
Data Fields | |
| uint8_t | fPort |
| void * | fBuffer |
| uint16_t | fBufferSize |
| int8_t | Datarate |
LoRaMAC MCPS-Request for an unconfirmed frame
| uint8_t sMcpsReqUnconfirmed::fPort |
Frame port field. Must be set if the payload is not empty. Use the application specific frame port values: [1...223]
LoRaWAN Specification V1.0.2, chapter 4.3.2
| void* sMcpsReqUnconfirmed::fBuffer |
Pointer to the buffer of the frame payload
| uint16_t sMcpsReqUnconfirmed::fBufferSize |
Size of the frame payload
| int8_t sMcpsReqUnconfirmed::Datarate |
Uplink datarate, if ADR is off
1.8.18