Indy 9
TByteArray
Unit: IdSSLOpenSSL
Represents byte array data used in SSL communications.
TByteArray = record
  Length: Integer;
  Data: PChar;
  end;
Unit
IdSSLOpenSSL
Members
Length: Integer;
Length of the byte array data.
Data: PChar;
Byte array data.
Description
TByteArray is a record type that represents byte array data used in SSL communications.

Length is an Integer member that indicates the number of bytes in Data.

Data is a PChar member that contains the byte values for the TByteArray.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.