![]() |
SX126x-Arduino
2.0.1
|
#include <LoRaMac.h>
Data Fields | |
| Mcps_t | McpsRequest |
| LoRaMacEventInfoStatus_t | Status |
| uint8_t | Datarate |
| int8_t | TxPower |
| bool | AckReceived |
| uint8_t | NbRetries |
| TimerTime_t | TxTimeOnAir |
| uint32_t | UpLinkCounter |
| uint32_t | UpLinkFrequency |
LoRaMAC MCPS-Confirm
| Mcps_t sMcpsConfirm::McpsRequest |
Holds the previously performed MCPS-Request
| LoRaMacEventInfoStatus_t sMcpsConfirm::Status |
Status of the operation
| uint8_t sMcpsConfirm::Datarate |
Uplink datarate
| int8_t sMcpsConfirm::TxPower |
Transmission power
| bool sMcpsConfirm::AckReceived |
Set if an acknowledgement was received
| uint8_t sMcpsConfirm::NbRetries |
Provides the number of retransmissions
| TimerTime_t sMcpsConfirm::TxTimeOnAir |
The transmission time on air of the frame
| uint32_t sMcpsConfirm::UpLinkCounter |
The uplink counter value related to the frame
| uint32_t sMcpsConfirm::UpLinkFrequency |
The uplink frequency related to the frame
1.8.18