LoRaWANCH341 Library
|
Structure representing a LoRaWAN message. More...
#include <LoRaWAN.hpp>
Public Attributes | |
std::vector< uint8_t > | payload |
Message payload. | |
uint8_t | port |
Message port. | |
bool | confirmed |
Whether the message is confirmed. | |
Structure representing a LoRaWAN message.
bool LoRaWAN::Message::confirmed |
Whether the message is confirmed.
std::vector<uint8_t> LoRaWAN::Message::payload |
Message payload.
uint8_t LoRaWAN::Message::port |
Message port.