Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

in_addr Struct Reference

in_addr Struct Reference
[DataTypes]

IPv4 address representation. More...

#include <socket.h>

Data Fields

uint32 s_addr

Detailed Description

IPv4 address representation.

This structure is used as a placeholder for IPV4 address in other structures.

See also:
sockaddr_in

Definition at line 559 of file socket.h.


Field Documentation

Network Byte Order representation of the IPv4 address. For example, the address "192.168.0.10" is represented as 0x0A00A8C0.

Definition at line 561 of file socket.h.