My climat station
loramac_uplink_status_t Struct Reference
Structure containing the uplink status. More...
#include <lorawan_data_structures.h>
Data Fields | |
| uint8_t | acked |
| Is acked. | |
| int8_t | datarate |
| Uplink data rate. | |
| uint16_t | uplink_counter |
| Uplink counter. | |
| uint8_t | port |
| Port is used by application. | |
| uint8_t * | buffer |
| Payload. | |
| uint8_t | buffer_size |
| Payload size. | |
Detailed Description
Structure containing the uplink status.
Definition at line 1294 of file lorawan_data_structures.h.
Field Documentation
| uint8_t acked |
Is acked.
Definition at line 1298 of file lorawan_data_structures.h.
| uint8_t* buffer |
Payload.
Definition at line 1314 of file lorawan_data_structures.h.
| uint8_t buffer_size |
Payload size.
Definition at line 1318 of file lorawan_data_structures.h.
| int8_t datarate |
Uplink data rate.
Definition at line 1302 of file lorawan_data_structures.h.
| uint8_t port |
Port is used by application.
Definition at line 1310 of file lorawan_data_structures.h.
| uint16_t uplink_counter |
Uplink counter.
Definition at line 1306 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 14:26:47 by
1.7.2
Gleb Klochkov