Implementation of the CellularInterface for u-blox C030 boards with N2xx modems. Note: requires the N211 module firmware to be at least 06.57 A01.02.

Dependents:   example-ublox-cellular-interface HelloMQTT example-ublox-cellular-interface_r410M example-ublox-mbed-client ... more

Embed: (wiki syntax)

« Back to documentation index

UbloxATCellularInterfaceN2xx::SockCtrl Struct Reference

UbloxATCellularInterfaceN2xx::SockCtrl Struct Reference

Management structure for sockets. More...

#include <UbloxATCellularInterfaceN2xx.h>

Data Fields

int modem_handle
 The modem's handle for the socket.
volatile nsapi_size_t pending
 The number of received bytes pending.
void(* callback )(void *)
 A callback for events.
void * data
 A data pointer that must be passed to the callback.

Detailed Description

Management structure for sockets.

Definition at line 299 of file UbloxATCellularInterfaceN2xx.h.


Field Documentation

void(* callback)(void *)

A callback for events.

Definition at line 302 of file UbloxATCellularInterfaceN2xx.h.

void* data

A data pointer that must be passed to the callback.

Definition at line 303 of file UbloxATCellularInterfaceN2xx.h.

The modem's handle for the socket.

Definition at line 300 of file UbloxATCellularInterfaceN2xx.h.

volatile nsapi_size_t pending

The number of received bytes pending.

Definition at line 301 of file UbloxATCellularInterfaceN2xx.h.