| CRH_ABZ | Driver to send and receive unaddressed, unreliable datagrams via radio transceiver in a muRata cmwx1zzabz module, which includes an STM32L0 processor, a SX1276 LoRa radio and an antenna switch |
| CRH_ASK | Driver to send and receive unaddressed, unreliable datagrams via inexpensive ASK (Amplitude Shift Keying) or OOK (On Off Keying) RF transceivers |
| ▼CRH_CC110 | Send and receive unaddressed, unreliable, datagrams by Texas Instruments CC110L and compatible transceivers and modules |
| CModemConfig | Defines register configuration values for a desired modulation |
| ▼CRH_E32 | Driver to send and receive unaddressed, unreliable datagrams via a EBYTE E32-TTL-1W and similar serial radio transceiver |
| CParameters | Structure for reading and writing radio control parameters |
| CRH_LoRaFileOps | Driver to send and receive unaddressed, unreliable datagrams via a LoRa capable radio transceiver on a Linux platform (possibly Raspberry Pi), using the lora-file-ops driver by Jian-Hong Pan (starnight): https://github.com/starnight/LoRa/tree/file-ops |
| ▼CRH_MRF89 | Send and receive unaddressed, unreliable datagrams by Microchip MRF89XA and compatible transceivers. and modules |
| CModemConfig | Defines register configuration values for a desired modulation |
| CRH_NRF24 | Send and receive unaddressed, unreliable datagrams by nRF24L01 and compatible transceivers |
| CRH_NRF51 | Send and receive unaddressed, unreliable datagrams by nRF51 and nRF52 compatible transceivers |
| CRH_NRF905 | Send and receive unaddressed, unreliable datagrams by nRF905 and compatible transceivers |
| ▼CRH_RF22 | Driver to send and receive unaddressed, unreliable datagrams via an RF22 and compatible radio transceiver |
| CModemConfig | Defines register values for a set of modem configuration registers |
| ▼CRH_RF24 | Driver to send and receive unaddressed, unreliable datagrams via an RF24 and compatible radio transceiver |
| CCommandInfo | Defines the commands we can interrogate in printRegisters |
| CModemConfig | Defines property values for a set of modem configuration registers |
| ▼CRH_RF69 | Driver to send and receive unaddressed, unreliable datagrams via an RF69 and compatible radio transceiver |
| CModemConfig | Defines register values for a set of modem configuration registers |
| ▼CRH_RF95 | Driver to send and receive unaddressed, unreliable datagrams via a LoRa capable radio transceiver |
| CModemConfig | Defines register values for a set of modem configuration registers |
| CRH_Serial | Driver to send and receive unaddressed, unreliable datagrams via a serial connection |
| CRH_STM32WLx | Driver to send and receive unaddressed, unreliable datagrams via a SX1261 LoRa capable radio transceiver embedded in a ST Microelectronics STM32WLE5xx and STM32WLE4xx processors |
| ▼CRH_SX126x | Driver to send and receive unaddressed, unreliable datagrams via a Semtech SX126X family LoRa capable radio transceivers, and compatible radios like the LLCC68 |
| CModemConfig | Defines register values for a set of modem configuration registers |
| CRadioPinConfig | |
| CRadioPinConfigEntry | |
| CRH_TCP | Driver to send and receive unaddressed, unreliable datagrams via sockets on a Linux simulator |
| CRHDatagram | Manager class for addressed, unreliable messages |
| CRHEncryptedDriver | Virtual Driver to encrypt/decrypt data. Can be used with any other RadioHead driver |
| CRHGenericDriver | Abstract base class for a RadioHead driver |
| CRHGenericSPI | Base class for SPI interfaces |
| CRHHardwareSPI | Encapsulate a hardware SPI bus interface |
| ▼CRHMesh | RHRouter subclass for sending addressed, optionally acknowledged datagrams multi-hop routed across a network, with automatic route discovery |
| CMeshApplicationMessage | Signals an application layer message for the caller of RHMesh |
| CMeshMessageHeader | Structure of the basic RHMesh header |
| CMeshRouteDiscoveryMessage | Signals a route discovery request or reply (At present only supports physical dest addresses of length 1 octet) |
| CMeshRouteFailureMessage | Signals a route failure |
| CRHNRFSPIDriver | Base class for RadioHead drivers that use the SPI bus to communicate with its NRF family transport hardware |
| CRHReliableDatagram | RHDatagram subclass for sending addressed, acknowledged, retransmitted datagrams |
| ▼CRHRouter | RHReliableDatagram subclass for sending addressed, optionally acknowledged datagrams multi-hop routed across a network |
| CRoutedMessage | Defines the structure of a RHRouter message |
| CRoutedMessageHeader | Defines the structure of the RHRouter message header, used to keep track of end-to-end delivery parameters |
| CRoutingTableEntry | Defines an entry in the routing table |
| CRHSoftwareSPI | Encapsulate a software SPI interface |
| CRHSPIDriver | Base class for RadioHead drivers that use the SPI bus to communicate with its transport hardware |
| CRHTcpMessage | Generic RH_TCP simulator message structure |
| CRHTcpPacket | RH_TCP radio message passed to or from the simulator |
| CRHTcpThisAddress | RH_TCP message Notifies the server of thisAddress of this client |
| CRHTcpTypeMessage | Generic RH_TCP message structure with message type |