[Overview][Constants][Types][Procedures and functions][Variables] |
Unix socket address record.
Source position: sockets.pp line 28
type TUnixSockAddr = packed record |
||
family: sa_family_t; |
|
Address family |
path: array [0..107] of Char; |
|
File name |
end; |
TUnixSockAddr is used to store a UNIX socket addres for the Bind, Recv and Send calls.