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 mbed-os by
ns_address_t Struct Reference
/struct ns_address_t /brief Struct for the addresses used by the socket interface functions and net_address_get(). More...
#include <ns_address.h>
Data Fields | |
address_type_t | type |
Address type. | |
uint8_t | address [16] |
Addresss. | |
uint16_t | identifier |
TCP/UDP port number. |
Detailed Description
/struct ns_address_t /brief Struct for the addresses used by the socket interface functions and net_address_get().
Definition at line 38 of file ns_address.h.
Field Documentation
uint8_t address[16] |
Addresss.
Definition at line 40 of file ns_address.h.
uint16_t identifier |
TCP/UDP port number.
Definition at line 41 of file ns_address.h.
Address type.
Definition at line 39 of file ns_address.h.
Generated on Tue Jul 12 2022 13:16:57 by
