Class tasciicommport
Unit
Declaration
type tasciicommport = class(tcommport)
Description
No description available, ancestor tcommport description follows
No description available, ancestor tmsecomponent description follows
Hierarchy
- TObject
- TPersistent
- tcomponent
- tmsecomponent
- tcommport
- tasciicommport
Overview
Methods
![]() |
function geteventclass: asciicommeventclassty; virtual; |
![]() |
constructor create(aowner: tcomponent); override; |
![]() |
function send(const commandstring: string; out answer: string; atimeout: integer = 0): integer; overload; |
![]() |
function send(const commandstrings: array of string): integer; overload; |
Properties
![]() |
property thread: tasciicommthread read getthread; |
![]() |
property halfduplex; |
![]() |
property eorchar: char read geteorchar write seteorchar default defaulteorchar; |
Description
Methods
![]() |
function geteventclass: asciicommeventclassty; virtual; |
![]() |
constructor create(aowner: tcomponent); override; |
![]() |
function send(const commandstring: string; out answer: string; atimeout: integer = 0): integer; overload; |
![]() |
function send(const commandstrings: array of string): integer; overload; |
Properties
![]() |
property thread: tasciicommthread read getthread; |
![]() |
property halfduplex; |
![]() |
property eorchar: char read geteorchar write seteorchar default defaulteorchar; |
Generated by PasDoc 0.16.0.


