Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

modemdata.h

Go to the documentation of this file.
00001 #ifndef MODEM_DATA_H
00002 #define MODEM_DATA_H
00003 
00004 #include <qstring.h>
00005 class ModemData {
00006 public :
00007       QString Device;
00008       QString LockFile;
00009       long Speed;
00010       short Parity;
00011       short DataBits;
00012       short StopBits;
00013       bool HardwareControl;
00014       bool SoftwareControl;
00015 
00016 } ; 
00017 
00018 #endif

Generated on Sat Nov 5 16:17:53 2005 for OPIE by  doxygen 1.4.2