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
1.4.2