Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QIr namespace contains miscellaneous Infrared functionality. More...
#include <QIr>
The QIr namespace contains miscellaneous Infrared functionality.
The QIr namespace defines various functions and enums that are used globally by the Infrared library.
Defines possible DeviceTypes as defined by the IrDA standard.
Constant | Value | Description |
---|---|---|
QIr::PlugNPlay | 0x0001 | Device supports PlugNPlay. |
QIr::PDA | 0x0002 | Device is a PDA. |
QIr::Computer | 0x0004 | Device is a Computer device. |
QIr::Printer | 0x0008 | Device is a printer. |
QIr::Modem | 0x0010 | Device is a modem. |
QIr::Fax | 0x0020 | Device is a fax. |
QIr::LAN | 0x0040 | Device is a LAN. |
QIr::Telephony | 0x0080 | Device is a telephony device. |
QIr::FileServer | 0x0100 | Device is a file server device. |
QIr::Communications | 0x0200 | Device is a communications device. |
QIr::Message | 0x0400 | Device is a messaging device. |
QIr::HTTP | 0x0800 | Device supports HTTP. |
QIr::OBEX | 0x1000 | Device supports the OBEX protocol. |
QIr::All | 0xffff | Special value representing all possible service types. |
The DeviceClasses type is a typedef for QFlags<DeviceClass>. It stores an OR combination of DeviceClass values.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |