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

irdadata.h

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

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