sockaddr_un

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Static functions

create
sockaddr_un create(cstring path)

Creates the instance of sockaddr_un with the sun_path set and with the sin_family set to AF_UNIX.

Variables

sun_family
ushort sun_family;
Undocumented in source.
sun_path
char[UNIX_PATH_MAX] sun_path;
Undocumented in source.

Meta