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.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
nsapi_addr Struct Reference
[Netsocket]
IP address structure for passing IP addresses by value. More...
#include <nsapi_types.h>
Data Fields | |
nsapi_version_t | version |
IP version
| |
uint8_t | bytes [NSAPI_IP_BYTES] |
IP address The raw bytes of the IP address stored in big-endian format. |
Detailed Description
IP address structure for passing IP addresses by value.
Definition at line 134 of file nsapi_types.h.
Field Documentation
uint8_t bytes[NSAPI_IP_BYTES] |
IP address The raw bytes of the IP address stored in big-endian format.
Definition at line 145 of file nsapi_types.h.
nsapi_version_t version |
Generated on Tue Jul 12 2022 11:03:19 by
