Mbed OS Reference
Loading...
Searching...
No Matches
IPCPipeTransportDriver Class Reference

Implementation of the H4 driver over PSoC6 IPC pipe. More...

#include <IPCPipeTransportDriver.h>

Inheritance diagram for IPCPipeTransportDriver:
CordioHCITransportDriver

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...
 

Detailed Description

Implementation of the H4 driver over PSoC6 IPC pipe.

Definition at line 37 of file IPCPipeTransportDriver.h.

Constructor & Destructor Documentation

◆ IPCPipeTransportDriver()

Initialize the transport driver.

◆ ~IPCPipeTransportDriver()

virtual ~IPCPipeTransportDriver ( )
virtual

Destructor.

Definition at line 48 of file IPCPipeTransportDriver.h.

Member Function Documentation

◆ initialize()

virtual void initialize ( )
virtual

◆ terminate()

virtual void terminate ( )
virtual

◆ write()

virtual uint16_t write ( uint8_t  type,
uint16_t  len,
uint8_t *  pData 
)
virtual

◆ on_data_received()

static void on_data_received ( uint8_t *  data,
uint16_t  len 
)
staticinherited

The driver shall call this function whenever data bytes are received.

Parameters
dataPointer to the data received.
lenNumber of bytes received.