[Overview][Constants][Types][Procedures and functions] | Reference for unit 'Sockets' (#rtl) |
General inet socket address.
Source position: socketsh.inc line 49
type in_addr = packed record |
||
case Boolean of |
||
true: ( |
||
s_addr: cuint32; |
|
Actual address |
); |
||
false: ( |
||
s_bytes: array [1..4] of Byte; |
|
Address as bytes |
); |
||
end; |
No notes exist for this page yet.