| Main |
|
|
| Components overview |
|
|
| Documentation |
|
|
| Tools |
|
|
|
|

|
TnrCommTAPI component
(nrComm Lib)
Overview
The TnrCommTAPI component is designed for support the Microsoft Telephone
API (TAPI). It allows you to have access to the installed TAPI devices like data or voice modems.
The TnrCommTAPI includes the some properties and methodes which makes
easy the TAPI device manipulation and data transmittion.
Here are some of its features:
- making the non-voice outgoing calls;
- waiting for the non-voice incoming calls;
- configuring the TAPI device properties in run time;
- monitoring the connection, disconnection, ring events;
- property Terminal:TCustomEdit You can make a simple terminal
control very easy and quickly. All typed symbols will be sent to the port
and all received will be shown by the Terminal control.
- property DataProcessor You can use TnrZModem component for
implementation the Zmodem file transfer protocol.
- property Log You can use TnrLogFile component for the
logging of the TAPI states.
- property EventList: TEventList; The unlimited event list.
It allows to set up a list of any size, and on receiving it, the
OnListEvent will occur.
- property TraceStates: TTraceStates;
You can set a filter for event response (end data transmit, change the
state of DSR and CTS signals, etc.).
- ... and some more.
|

|