Class tcommthread
Unit
Declaration
type tcommthread = class(teventthread)
Description
No description available, ancestor teventthread description follows
No description available, ancestor tsemthread description follows
No description available, ancestor tmutexthread description follows
No description available, ancestor tmsethread description follows
Hierarchy
- TObject
- tmsethread
- tmutexthread
- tsemthread
- teventthread
- tcommthread
Overview
Fields
![]() |
fowner: tmsecomponent; |
![]() |
fport: trs232; |
![]() |
fabort: boolean; |
![]() |
fsendretries: integer; |
Methods
![]() |
function checkabort(const sender: tobject): boolean; virtual; |
![]() |
function execute(thread: tmsethread): integer; override; |
![]() |
constructor create(const aowner: tmsecomponent); |
![]() |
destructor destroy; override; |
![]() |
function writestring(const dat: string; timeout: integer = 0): boolean; |
![]() |
function readstring(anzahl: integer; out dat: string; timeout: integer = 0): boolean; |
![]() |
procedure abort; |
![]() |
procedure postevent(event: tcommevent); |
![]() |
procedure reset; virtual; |
Properties
![]() |
property port: trs232 read fport; |
![]() |
property sendretries: integer read fsendretries write fsendretries default 0; |
Description
Fields
![]() |
fowner: tmsecomponent; |
![]() |
fport: trs232; |
![]() |
fabort: boolean; |
![]() |
fsendretries: integer; |
Methods
![]() |
function checkabort(const sender: tobject): boolean; virtual; |
![]() |
function execute(thread: tmsethread): integer; override; |
![]() |
constructor create(const aowner: tmsecomponent); |
![]() |
destructor destroy; override; |
![]() |
function writestring(const dat: string; timeout: integer = 0): boolean; |
![]() |
function readstring(anzahl: integer; out dat: string; timeout: integer = 0): boolean; |
![]() |
procedure abort; |
![]() |
procedure postevent(event: tcommevent); |
![]() |
procedure reset; virtual; |
Properties
![]() |
property port: trs232 read fport; |
![]() |
property sendretries: integer read fsendretries write fsendretries default 0; |
Generated by PasDoc 0.16.0.

