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

sockaddr Struct Reference

sockaddr Struct Reference
[DataTypes]

Generic socket address structure. More...

#include <socket.h>

Data Fields

uint16 sa_family
uint8 sa_data [14]

Detailed Description

Generic socket address structure.

See also:
sockaddr_in

Definition at line 578 of file socket.h.


Field Documentation

Maximum size of all the different socket address structures.

Definition at line 584 of file socket.h.

Socket address family.

Definition at line 580 of file socket.h.