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: cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more
socket Struct Reference
#include <socket.h>
Data Fields | |
int8_t | id |
uint8_t | flags |
int8_t | tasklet |
uint8_t | listen_backlog |
struct inet_pcb_s * | inet_pcb |
ns_list_link_t | link |
Detailed Description
Socket structure.
Definition at line 124 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
Field Documentation
uint8_t flags |
Socket option flags
Definition at line 131 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
int8_t id |
socket id
Definition at line 130 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
struct inet_pcb_s* inet_pcb |
shortcut to Internet control block
Definition at line 139 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
link
Definition at line 142 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
uint8_t listen_backlog |
Limit if pending connection queue
Definition at line 138 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
int8_t tasklet |
Receiver tasklet
Definition at line 132 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
Generated on Tue Jul 12 2022 13:03:37 by
