modm API documentation
modm::Nrf24Data< Nrf24Phy, Clock >::Packet Class Reference

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)]
 

Detailed Description

template<typename Nrf24Phy, typename Clock = modm::Clock>
class modm::Nrf24Data< Nrf24Phy, Clock >::Packet

Data that will be sent over the air.


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