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

TIP4Addr

Declaration

Source position: flcSocketLib.pas line 147

type TIP4Addr = packed record

  case Integer of

    0: (

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

  

      );

    1: (

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

  

      );

    2: (

        Addr32: Word32;

  

      );

end;



CT Web help

CodeTyphon Studio