Unit msecryptio

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class ecryptoio  
Record cryptoioinfoty  
Class tcryptoio  

Functions and Procedures

procedure cryptoconnect(var ainfo: cryptoioinfoty; const atimeoutms: integer);
procedure cryptoaccept(var ainfo: cryptoioinfoty; const atimeoutms: integer);
function cryptowrite(var ainfo: cryptoioinfoty; const buffer: pointer; const count: integer; const atimeoutms: integer): integer;
function cryptoread(var ainfo: cryptoioinfoty; const buffer: pointer; const count: integer; const atimeoutms: integer): integer;
procedure cryptounlink(var ainfo: cryptoioinfoty);
procedure cryptothreadterminate(var ainfo: cryptoioinfoty);

Types

cryptoioclassty = class of tcryptoio;
cryptoiokindty = (...);
cryptodataty = array[0..17] of pointer;
pcryptoioinfoty = ˆcryptoioinfoty;
connectionkindty = (...);

Description

Functions and Procedures

procedure cryptoconnect(var ainfo: cryptoioinfoty; const atimeoutms: integer);
 
procedure cryptoaccept(var ainfo: cryptoioinfoty; const atimeoutms: integer);
 
function cryptowrite(var ainfo: cryptoioinfoty; const buffer: pointer; const count: integer; const atimeoutms: integer): integer;
 
function cryptoread(var ainfo: cryptoioinfoty; const buffer: pointer; const count: integer; const atimeoutms: integer): integer;
 
procedure cryptounlink(var ainfo: cryptoioinfoty);
 
procedure cryptothreadterminate(var ainfo: cryptoioinfoty);
 

Types

cryptoioclassty = class of tcryptoio;
 
cryptoiokindty = (...);
 
Values
  • cyk_none
  • cyk_server
  • cyk_client
cryptodataty = array[0..17] of pointer;
 
pcryptoioinfoty = ˆcryptoioinfoty;
 
connectionkindty = (...);
 
Values
  • cok_server
  • cok_client

Generated by PasDoc 0.16.0.