NanoStack lib for Cortex-M4

Dependents:   mbedEndpointNetwork mbedEndpointNetworkMJK

Fork of Nanostack_lib by Sensinode

Embed: (wiki syntax)

« Back to documentation index

ns_address_t Struct Reference

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.

Address type.

See above.

Definition at line 31 of file ns_address.h.