help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'synsock' (#synapse)

TSockAddrIn

Declaration

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;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505