Unit 'apr' Package
[Overview][Constants][Types][Procedures and functions][Index] [#httpd22]

in6_addr

Declaration

Source position: apr.pas line 137

type in6_addr = record

  case Integer of

    1: (

        u6_addr8: array [1..16] of Byte;

      );

    2: (

        u6_addr16: array [1..8] of Word;

      );

    3: (

        u6_addr32: array [1..4] of Cardinal;

      );

end;


Documentation generated on: 2023-03-18