in_addr
General inet socket address.
Declaration
Source position: socketsh.inc line 55
Type
in\_addr = packed record
case Boolean of
True: (
s\_addr : cuint32;
);
False: (
s\_bytes : packed Array[1..4] of Byte;
);
end
General inet socket address.
Source position: socketsh.inc line 55
Type
in\_addr = packed record
case Boolean of
True: (
s\_addr : cuint32;
);
False: (
s\_bytes : packed Array[1..4] of Byte;
);
end
From here you can search these documents. Enter your search terms below.
Keys | Action |
---|---|
? | Open this help |
n | Next page |
p | Previous page |
s | Search |