[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'synsock' (#synapse) |
Source position: sswin32.pas line 327
type TSockAddrIn = packed record |
case Integer of |
0: ( |
sin_family: u_short; |
sin_port: u_short; |
sin_addr: TInAddr; |
sin_zero: array [0..7] of Char; |
); |
1: ( |
sa_family: u_short; |
sa_data: array [0..13] of Char; |
); |
end; |
No notes exist for this page yet.