[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Sockets' (#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 Char;

  

Filename for UNIX socket file

end;


Documentation generated on: May 14 2021