summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/irda/irdadata.h
blob: 568f7969ef0492c4b71762ed285054bdd3f56f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef IRDA_DATA_H
#define IRDA_DATA_H

#include <qstring.h>

class IRDAData {
public :
      QString Device;
      QString LockFile;
      long Speed;
      short Parity;
      short DataBits;
      short StopBits;
      bool HardwareControl;
      bool SoftwareControl;

} ; 

#endif