SerialDeviceBase Class Reference
The SerialDeviceBase class is the base for all serial devices.
More...
#include <serialdevice.h>
Inherits QObject and QIODevice.
Inherited by SerialDevice.
List of all member functions.
Public Members
- SerialDeviceBase ( QObject * parent = 0, const char * name = 0 )
- ~SerialDeviceBase ()
- virtual bool dtr () const = 0
- virtual void setDtr ( bool value ) = 0
- virtual bool dsr () const = 0
- virtual bool carrier () const = 0
- virtual bool rts () const = 0
- virtual void setRts ( bool value ) = 0
- virtual bool cts () const = 0
- virtual void discard () = 0
Signals
- void readyRead ()
- void dsrChanged ( bool value )
- void carrierChanged ( bool value )
- void ctsChanged ( bool value )
Detailed Description
The SerialDeviceBase class is the base for all serial devices.
See also Qtopia Phone Classes.
This file is part of the Qtopia platform,
copyright © 1995-2005
Trolltech, all rights reserved.
| Copyright © 2005 Trolltech
| Trademarks
| Qtopia version 2.2.0
|