NanoStack lib for Cortex-M4
Dependents: mbedEndpointNetwork mbedEndpointNetworkMJK
Fork of Nanostack_lib by
ns_address_t Struct Reference
/struct ns_address_t /brief Struct for the addresses used by 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 socket interface functions and net_address_get()
Definition at line 29 of file ns_address.h.
Field Documentation
| uint8_t address[16] |
Address.
Definition at line 32 of file ns_address.h.
| uint16_t identifier |
TCP/UDP Port number.
Definition at line 33 of file ns_address.h.
Generated on Wed Jul 13 2022 02:57:33 by
1.7.2
