RadioLib
Universal wireless communication library for Arduino
PhysicalLayer Member List

This is the complete list of members for PhysicalLayer, including all inherited members.

getFreqStep() constPhysicalLayer
getPacketLength(bool update=true)=0PhysicalLayerpure virtual
PhysicalLayer(float freqStep, size_t maxPacketLength)PhysicalLayer
readData(String &str, size_t len=0)PhysicalLayer
readData(uint8_t *data, size_t len)=0PhysicalLayerpure virtual
receive(String &str, size_t len=0)PhysicalLayer
receive(uint8_t *data, size_t len)=0PhysicalLayerpure virtual
receiveDirect()=0PhysicalLayerpure virtual
setDataShaping(uint8_t sh)=0PhysicalLayerpure virtual
setEncoding(uint8_t encoding)=0PhysicalLayerpure virtual
setFrequencyDeviation(float freqDev)=0PhysicalLayerpure virtual
standby()=0PhysicalLayerpure virtual
startTransmit(String &str, uint8_t addr=0)PhysicalLayer
startTransmit(const char *str, uint8_t addr=0)PhysicalLayer
startTransmit(uint8_t *data, size_t len, uint8_t addr=0)=0PhysicalLayerpure virtual
transmit(__FlashStringHelper *fstr, uint8_t addr=0)PhysicalLayer
transmit(String &str, uint8_t addr=0)PhysicalLayer
transmit(const char *str, uint8_t addr=0)PhysicalLayer
transmit(uint8_t *data, size_t len, uint8_t addr=0)=0PhysicalLayerpure virtual
transmitDirect(uint32_t frf=0)=0PhysicalLayerpure virtual