Unit 'IdStackBSDBase' Package
[Overview][Constants][Types][Classes][Variables][Index] [#pl_indy]

TIdIn4Addr

Declaration

Source position: IdStackBSDBase.pas line 217

type TIdIn4Addr = packed record

  case Integer of

    0: (

        S_un_b: TIdSunB;

  

      );

    1: (

        S_un_w: TIdSunW;

  

      );

    2: (

        S_addr: UInt32;

  

      );

end;



CT Web help

CodeTyphon Studio