Implementation of the H4 driver over PSoC6 IPC pipe. More...
#include <IPCPipeTransportDriver.h>
Public Member Functions | |
| IPCPipeTransportDriver () | |
| Initialize the transport driver. More... | |
| virtual | ~IPCPipeTransportDriver () |
| Destructor. More... | |
| virtual void | initialize () |
| virtual void | terminate () |
| virtual uint16_t | write (uint8_t type, uint16_t len, uint8_t *pData) |
Static Public Member Functions | |
| static void | on_data_received (uint8_t *data, uint16_t len) |
| The driver shall call this function whenever data bytes are received. More... | |
Implementation of the H4 driver over PSoC6 IPC pipe.
Definition at line 37 of file IPCPipeTransportDriver.h.
Initialize the transport driver.
|
virtual |
Destructor.
Definition at line 48 of file IPCPipeTransportDriver.h.
|
virtual |
Implements CordioHCITransportDriver.
|
staticinherited |
The driver shall call this function whenever data bytes are received.
| data | Pointer to the data received. |
| len | Number of bytes received. |
|
virtual |
Implements CordioHCITransportDriver.
|
virtual |
Implements CordioHCITransportDriver.