modm API documentation
|
Data that will be sent over the air. More...
#include <modm/driver/radio/nrf24/nrf24_data.hpp>
Public Member Functions | |
void | setDestination (Address dest) |
Address | getDestination () const |
Address | getSource () const |
Static Public Member Functions | |
static constexpr uint8_t | getPayloadLength () |
Public Attributes | |
uint8_t | payload [Nrf24Phy::getMaxPayload ()-sizeof (Header)] |
Data that will be sent over the air.