FreeRTOS: FreeRTOS Cellular Library v1.2.0
FreeRTOS Cellular Library
CellularCommInterface_t Struct Reference

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
 

Detailed Description

Represents the functions of a comm interface.

Functions of these signature should be implemented against a comm interface (like UART, SPI etc.).

Field Documentation

◆ open

CellularCommInterfaceOpen_t CellularCommInterface_t::open

Cellular communication open interface.

◆ send

CellularCommInterfaceSend_t CellularCommInterface_t::send

Cellular communication send interface.

◆ recv

CellularCommInterfaceRecv_t CellularCommInterface_t::recv

Cellular communication recv interface.

◆ close

CellularCommInterfaceClose_t CellularCommInterface_t::close

Cellular communication close interface.


The documentation for this struct was generated from the following file: