Class tasciicommport
Unit
Declaration
type tasciicommport = class(tcommport)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tcommport
- tasciicommport
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; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | function send(const commandstring: string; out answer: string; atimeout: integer = 0): integer; overload; |
|
This item has no description. | |
| Public | function send(const commandstrings: array of string): integer; overload; |
|
This item has no description. | |
Properties
| Public | property thread: tasciicommthread read getthread; |
|
This item has no description. | |
| Published | property halfduplex; |
|
This item has no description. | |
| Published | property eorchar: char read geteorchar write seteorchar default defaulteorchar; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.