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

bluetoothRFCOMMdata.h

Go to the documentation of this file.
00001 #ifndef BLUETOOTHRFCOMM_DATA_H
00002 #define BLUETOOTHRFCOMM_DATA_H
00003 
00004 #include <qstring.h>
00005 #include <qvector.h>
00006 
00007 class RFCOMMChannel {
00008 
00009 public :
00010       QString BDAddress;
00011       QString Name;
00012       int     Channel;
00013 }; 
00014 
00015 class BluetoothRFCOMMData {
00016 
00017 public :
00018 
00019       QVector<RFCOMMChannel> Devices;
00020 }; 
00021 
00022 #endif

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