![]() |
Mbed OS Reference
|
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 [16] |
| IP address The raw bytes of the IP address stored in big-endian format. | |
IP address structure for passing IP addresses by value.
Definition at line 247 of file nsapi_types.h.
| nsapi_version_t version |
| uint8_t bytes[ 16] |
IP address The raw bytes of the IP address stored in big-endian format.
Definition at line 258 of file nsapi_types.h.