Class tcommreader

Unit

Declaration

type tcommreader = class(tpipereader)

Description

No description available, ancestor tpipereader description follows
No description available, ancestor tpipewriter description follows
No description available, ancestor ttextstream description follows
No description available, ancestor tcustombufstream description follows
No description available, ancestor tmsefilestream description follows

Hierarchy

Overview

Fields

Protected fpipes: tcustomcommpipes;
Protected fcrypto: pcryptoioinfoty;
Protected fonafterconnect: proceventty;

Methods

Protected procedure settimeoutms(const avalue: integer); virtual;
Protected function execthread(thread: tmsethread): integer; override;
Protected function internalread(var buf; const acount: integer; out readcount: integer; const nonblocked: boolean = false): boolean; virtual;
Protected function doread(var buf; const acount: integer; out readcount: integer; const nonblocked: boolean = false): boolean; override;
Protected procedure dochange; override;
Public constructor create(const apipes: tcustomcommpipes);

Properties

Public property timeoutms: integer read ftimeoutms write settimeoutms;

Description

Fields

Protected fpipes: tcustomcommpipes;
 
Protected fcrypto: pcryptoioinfoty;
 
Protected fonafterconnect: proceventty;
 

Methods

Protected procedure settimeoutms(const avalue: integer); virtual;
 
Protected function execthread(thread: tmsethread): integer; override;
 
Protected function internalread(var buf; const acount: integer; out readcount: integer; const nonblocked: boolean = false): boolean; virtual;
 
Protected function doread(var buf; const acount: integer; out readcount: integer; const nonblocked: boolean = false): boolean; override;
 
Protected procedure dochange; override;
 
Public constructor create(const apipes: tcustomcommpipes);
 

Properties

Public property timeoutms: integer read ftimeoutms write settimeoutms;
 

Generated by PasDoc 0.16.0.