sockaddr_in
Internet socket address record
Declaration
Source position: socketsh.inc line 70
Type
sockaddr\_in = packed record
sin\_family : sa\_family\_t;
sin\_port : cushort;
sin\_addr : in\_addr;
xpad : Array[0..7] of Char;
end
Description
sockaddr_in is used to store a INET socket address for the FPBind , FPRecv and FPSend calls.