Class tasciicommport

Unit

Declaration

type tasciicommport = class(tcommport)

Description

No description available, ancestor tcommport description follows
No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected function geteventclass: asciicommeventclassty; virtual;
Public constructor create(aowner: tcomponent); override;
Public function send(const commandstring: string; out answer: string; atimeout: integer = 0): integer; overload;
Public function send(const commandstrings: array of string): integer; overload;

Properties

Public property thread: tasciicommthread read getthread;
Published property halfduplex;
Published property eorchar: char read geteorchar write seteorchar default defaulteorchar;

Description

Methods

Protected function geteventclass: asciicommeventclassty; virtual;
 
Public constructor create(aowner: tcomponent); override;
 
Public function send(const commandstring: string; out answer: string; atimeout: integer = 0): integer; overload;
 
Public function send(const commandstrings: array of string): integer; overload;
 

Properties

Public property thread: tasciicommthread read getthread;
 
Published property halfduplex;
 
Published property eorchar: char read geteorchar write seteorchar default defaulteorchar;
 

Generated by PasDoc 0.16.0.