My climat station
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 166 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 177 of file nsapi_types.h.
| nsapi_version_t version |
Generated on Tue Jul 12 2022 14:26:51 by
1.7.2
Gleb Klochkov