18#include "CellularList.h"
21#include "AT_CellularDevice.h"
Implements support for data transfer using Control Plane CIoT EPS optimization.
virtual void attach(void(*callback)(void *), void *data)
Register a callback on state change of the socket.
virtual void data_received()
Receives data from the control plane PDP context.
virtual nsapi_size_or_error_t send(const void *cpdata, nsapi_size_t cpdata_length)
Send data over cellular control plane.
virtual nsapi_size_or_error_t recv(void *cpdata, nsapi_size_t cpdata_length)
Receive data over cellular control plane.
Class for sending AT commands and parsing AT responses.
Implements support for data transfer using Control Plane CIoT EPS optimization specified in 3GPP 23....
signed int nsapi_size_or_error_t
Type used to represent either a size or error passed through sockets.
unsigned int nsapi_size_t
Type used to represent the size of data passed through sockets.