LoRaMesher Library
0.0.5
A LoRa Mesh library for the IoT
|
Application packet, it is used to send the packet to the application layer. More...
#include <AppPacket.h>
Public Member Functions | |
size_t | getPayloadLength () |
Get the payload length in number of T. More... | |
void | operator delete (void *p) |
Delete function for AppPackets. More... | |
Application packet, it is used to send the packet to the application layer.
T |
|
inline |
Get the payload length in number of T.
T | Type to be converted |
p | Application packet |
|
inline |
Delete function for AppPackets.
p | AppPacket to be deleted |