Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: example-ublox-cellular-interface example-ublox-cellular-interface_r410M example-ublox-mbed-client example-ublox-cellular-interface ... more
UbloxATCellularInterface::SockCtrl Struct Reference
Management structure for sockets. More...
#include <UbloxATCellularInterface.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 301 of file UbloxATCellularInterface.h.
Field Documentation
| void(* callback)(void *) |
A callback for events.
Definition at line 304 of file UbloxATCellularInterface.h.
| void* data |
A data pointer that must be passed to the callback.
Definition at line 305 of file UbloxATCellularInterface.h.
| int modem_handle |
The modem's handle for the socket.
Definition at line 302 of file UbloxATCellularInterface.h.
| volatile nsapi_size_t pending |
The number of received bytes pending.
Definition at line 303 of file UbloxATCellularInterface.h.
Generated on Thu Jul 21 2022 04:10:53 by
1.7.2