LoRaWANCH341 Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
LoRaWAN::Message Struct Reference

Structure representing a LoRaWAN message. More...

#include <LoRaWAN.hpp>

Collaboration diagram for LoRaWAN::Message:
Collaboration graph

Public Attributes

std::vector< uint8_t > payload
 Message payload.
 
uint8_t port
 Message port.
 
bool confirmed
 Whether the message is confirmed.
 

Detailed Description

Structure representing a LoRaWAN message.

Member Data Documentation

◆ confirmed

bool LoRaWAN::Message::confirmed

Whether the message is confirmed.

◆ payload

std::vector<uint8_t> LoRaWAN::Message::payload

Message payload.

◆ port

uint8_t LoRaWAN::Message::port

Message port.


The documentation for this struct was generated from the following file: