Represents the functions of a comm interface. More...
#include <cellular_comm_interface.h>
Data Fields | |
CellularCommInterfaceOpen_t | open |
CellularCommInterfaceSend_t | send |
CellularCommInterfaceRecv_t | recv |
CellularCommInterfaceClose_t | close |
Represents the functions of a comm interface.
Functions of these signature should be implemented against a comm interface (like UART, SPI etc.).
CellularCommInterfaceOpen_t CellularCommInterface_t::open |
Cellular communication open interface.
CellularCommInterfaceSend_t CellularCommInterface_t::send |
Cellular communication send interface.
CellularCommInterfaceRecv_t CellularCommInterface_t::recv |
Cellular communication recv interface.
CellularCommInterfaceClose_t CellularCommInterface_t::close |
Cellular communication close interface.