µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
sockaddr Struct Reference

#include <socket.h>

Public Attributes

char sa_data []
 
sa_family_t sa_family
 

Detailed Description

Definition at line 47 of file posix/sys/socket.h.

Member Data Documentation

◆ sa_data

char sockaddr::sa_data[]

Definition at line 50 of file posix/sys/socket.h.

◆ sa_family

sa_family_t sockaddr::sa_family

Definition at line 49 of file posix/sys/socket.h.


The documentation for this struct was generated from the following file: