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

Tin6_addr

Alias for TInetSockAddr6

Declaration

Source position: socketsh.inc line 124

type Tin6_addr = packed record

  case Byte of

    0: (

        u6_addr8: array [0..15] of Byte;

      );

    1: (

        u6_addr16: array [0..7] of Word;

      );

    2: (

        u6_addr32: array [0..3] of Cardinal;

      );

    3: (

        s6_addr8: array [0..15] of ShortInt;

      );

    4: (

        s6_addr: array [0..15] of ShortInt;

      );

    5: (

        s6_addr16: array [0..7] of SmallInt;

      );

    6: (

        s6_addr32: array [0..3] of LongInt;

      );

end;