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 OmniWheels by
ns_address 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] |
Address. | |
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 41 of file ns_address.h.
Field Documentation
uint8_t address[16] |
Address.
Definition at line 43 of file ns_address.h.
uint16_t identifier |
TCP/UDP port number.
Definition at line 44 of file ns_address.h.
Address type.
Definition at line 42 of file ns_address.h.
Generated on Fri Jul 22 2022 04:54:14 by
