![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
Payload data structure. More...
#include <lora_driver.h>
Data Fields | |
uint8_t | portNo |
uint8_t | len |
uint8_t | bytes [LORA_MAX_PAYLOAD_LENGTH] |
Payload data structure.
This is the struct to be used when sending and receiving payload data via the driver.
uint8_t lora_driver_payload::bytes[LORA_MAX_PAYLOAD_LENGTH] |
Array to hold the payload to be send, or that has been received
uint8_t lora_driver_payload::len |
Length of the payload (no of bytes) - MAX 20 bytes is allowed in this implementation!
uint8_t lora_driver_payload::portNo |
Port_no the data is received on, or to transmit to [1..223]