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: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
sockaddr_in Struct Reference
[DataTypes]
Socket address structure for IPV4 addresses. Used to specify socket address information to which to connect to. Can be cast to sockaddr structure. More...
#include <socket.h>
Data Fields | |
| uint16 | sin_family |
| uint16 | sin_port |
| in_addr | sin_addr |
| uint8 | sin_zero [8] |
Detailed Description
Socket address structure for IPV4 addresses. Used to specify socket address information to which to connect to. Can be cast to sockaddr structure.
Definition at line 598 of file socket.h.
Field Documentation
Generated on Wed Jul 13 2022 16:32:38 by
1.7.2