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

TIdIn6Addr

Declaration

Source position: IdStackBSDBase.pas line 225

type TIdIn6Addr = packed record

  case Integer of

    0: (

        s6_addr: array [0..16-1] of UInt8;

  

      );

    1: (

        s6_addr16: array [0..8-1] of UInt16;

  

      );

end;



CT Web help

CodeTyphon Studio