Unit 'IdSSLOpenSSL' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_indy]

TIdSSLULong

Declaration

Source position: IdSSLOpenSSL.pas line 252

type TIdSSLULong = packed record

  case Byte of

    0: (

        B1: UInt8;

  

        B2: UInt8;

  

        B3: UInt8;

  

        B4: UInt8;

  

      );

    1: (

        W1: UInt16;

  

        W2: UInt16;

  

      );

    2: (

        L1: Int32;

  

      );

    3: (

        C1: UInt32;

  

      );

end;



CT Web help

CodeTyphon Studio