Unit 'IdWinsock2' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

IN6_ADDR

Declaration

Source position: IdWinsock2.pas line 3755

type IN6_ADDR = record

  case Integer of

    0: (

        s6_bytes: array [0..15] of u_char;

  

      );

    1: (

        s6_words: array [0..7] of u_short;

  

      );

end;



CT Web help

CodeTyphon Studio