Unit 'Sockets' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

TUnixSockAddr

Alias for sockaddr_un.

Declaration

Source position: sockets.pp line 38

type TUnixSockAddr = packed record

  family: sa_family_t;

  

Protocol family for UNIX socket.

  path: array [0..107] of AnsiChar;

  

Filename for UNIX socket file.

end;


Documentation generated on: Jul 24 2023