kandy
Modem Class Reference
List of all members.Detailed Description
Definition at line 46 of file modem.h.
Signals | |
| void | gotLine (const char *) |
| void | gotXBlock (const uchar *, int) |
| void | xmodemDone (bool) |
| void | timeout () |
| void | errorMessage (const QString &) |
Public Member Functions | |
| Modem (KandyPrefs *kprefs, QObject *parent=0, const char *name=0) | |
| virtual | ~Modem () |
| void | setSpeed (int speed) |
| void | setData (int data) |
| void | setParity (char parity) |
| void | setStop (int stop) |
| bool | open () |
| void | close () |
| bool | isOpen () |
| void | flush () |
| bool | lockDevice () |
| void | unlockDevice () |
| bool | dsrOn () |
| bool | ctsOn () |
| void | writeChar (const char c) |
| void | writeLine (const char *line) |
| void | timerStart (int msec) |
| void | receiveXModem (bool crc) |
| void | abortXModem () |
The documentation for this class was generated from the following files:

