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.
Fork of ublox-at-cellular-interface by
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 282 of file UbloxATCellularInterface.h.
Field Documentation
| void(* callback)(void *) |
A callback for events.
Definition at line 285 of file UbloxATCellularInterface.h.
| void* data |
A data pointer that must be passed to the callback.
Definition at line 286 of file UbloxATCellularInterface.h.
| int modem_handle |
The modem's handle for the socket.
Definition at line 283 of file UbloxATCellularInterface.h.
| volatile nsapi_size_t pending |
The number of received bytes pending.
Definition at line 284 of file UbloxATCellularInterface.h.
Generated on Fri Jul 15 2022 01:17:32 by
1.7.2
