Class tcommthread

Unit

Declaration

type tcommthread = class(teventthread)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fowner: tmsecomponent;
Protected fport: trs232;
Protected fabort: boolean;
Protected fsendretries: integer;

Methods

Protected function checkabort(const sender: tobject): boolean; virtual;
Protected function execute(thread: tmsethread): integer; override;
Public constructor create(const aowner: tmsecomponent);
Public destructor destroy; override;
Public function writestring(const dat: string; timeout: integer = 0): boolean;
Public function readstring(anzahl: integer; out dat: string; timeout: integer = 0): boolean;
Public procedure abort;
Public procedure postevent(event: tcommevent);
Public procedure reset; virtual;

Properties

Public property port: trs232 read fport;
Public property sendretries: integer read fsendretries write fsendretries default 0;

Description

Fields

Protected fowner: tmsecomponent;

This item has no description.

Protected fport: trs232;

This item has no description.

Protected fabort: boolean;

This item has no description.

Protected fsendretries: integer;

This item has no description.

Methods

Protected function checkabort(const sender: tobject): boolean; virtual;

This item has no description.

Protected function execute(thread: tmsethread): integer; override;

This item has no description.

Public constructor create(const aowner: tmsecomponent);

This item has no description.

Public destructor destroy; override;

This item has no description.

Public function writestring(const dat: string; timeout: integer = 0): boolean;

This item has no description.

Public function readstring(anzahl: integer; out dat: string; timeout: integer = 0): boolean;

This item has no description.

Public procedure abort;

This item has no description.

Public procedure postevent(event: tcommevent);

This item has no description.

Public procedure reset; virtual;

This item has no description.

Properties

Public property port: trs232 read fport;

This item has no description.

Public property sendretries: integer read fsendretries write fsendretries default 0;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.