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.
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 289 of file UbloxATCellularInterface.h.
Field Documentation
| void(* callback)(void *) |
A callback for events.
Definition at line 292 of file UbloxATCellularInterface.h.
| void* data |
A data pointer that must be passed to the callback.
Definition at line 293 of file UbloxATCellularInterface.h.
| int modem_handle |
The modem's handle for the socket.
Definition at line 290 of file UbloxATCellularInterface.h.
| volatile nsapi_size_t pending |
The number of received bytes pending.
Definition at line 291 of file UbloxATCellularInterface.h.
Generated on Tue Jul 12 2022 18:15:23 by
1.7.2