Unit 'flcSocketLib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TIP6Addr

Declaration

Source position: flcSocketLib.pas line 171

type TIP6Addr = packed record

  case Integer of

    0: (

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

  

      );

    1: (

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

  

      );

    2: (

        Addr32: array [0..3] of Word32;

  

      );

end;



CT Web help

CodeTyphon Studio