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



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

TVarSin

Declaration

Source position: sswin32.pas line 905

type TVarSin = packed record

  case Integer of

    0: (

        AddressFamily: u_short;

      );

    1: (

        case sin_family: u_short of

          AF_INET: (

              sin_port: u_short;

              sin_addr: TInAddr;

              sin_zero: array [0..7] of Char;

            );

          AF_INET6: (

              sin6_port: u_short;

              sin6_flowinfo: u_long;

              sin6_addr: TInAddr6;

              sin6_scope_id: u_long;

            );

      );

end;

Notes

 No notes exist for this page yet. 





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