sockaddr_un
Unix socket address record.
Declaration
Source position: socketsh.inc line 144
Type
sockaddr\_un = packed record
sun\_family : sa\_family\_t;
sun\_path : Array[0..107] of Char;
end
Description
sockaddr_un is used to store a UNIX socket address for the FPBind , FPRecv and FPSend calls.