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.h File Reference
6LowPAN library address format description. More...
Go to the source code of this file.
Data Structures | |
| struct | ns_address |
| /struct ns_address_t /brief Struct for the addresses used by the socket interface functions and net_address_get(). More... | |
Typedefs | |
| typedef enum address_type_t | address_type_t |
| /enum address_type_t /brief Address types. | |
| typedef struct ns_address | ns_address_t |
| /struct ns_address_t /brief Struct for the addresses used by the socket interface functions and net_address_get(). | |
Enumerations | |
| enum | address_type_t { ADDRESS_IPV6, ADDRESS_IPV4, ADDRESS_TUN_DRIVER_ID } |
/enum address_type_t /brief Address types. More... | |
Detailed Description
6LowPAN library address format description.
Definition in file ns_address.h.
Typedef Documentation
| typedef enum address_type_t address_type_t |
/enum address_type_t /brief Address types.
| typedef struct ns_address ns_address_t |
/struct ns_address_t /brief Struct for the addresses used by the socket interface functions and net_address_get().
Enumeration Type Documentation
| enum address_type_t |
/enum address_type_t /brief Address types.
- Enumerator:
Definition at line 30 of file ns_address.h.
Generated on Fri Jul 22 2022 04:54:08 by
1.7.2
