Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QIrRemoteDevice class represents a remote infrared device. More...
#include <QIrRemoteDevice>
The QIrRemoteDevice class represents a remote infrared device.
QIrRemoteDevice holds information about a remote Infrared device. Only basic information is provided, namely the name of the remote device, its major device classes and the negotiated address.
See also QIrLocalDevice.
Constructs a QIrRemoteDevice with name as the name, devClasses as the major device classes supported by by this device and address given by addr.
See also name(), deviceClasses(), and address().
Copy constructor. Constructs the current object from the attributes of dev.
Destroys the device object.
Returns the address of the remote device.
Warning: This is a 32 bit integer, and due to the nature of the IrDA protocol this number should be considered highly dynamic. To refresh the number, a new discovery must be performed. It is not recommended to try and reuse the address for extended periods of time.
See also QIrLocalDevice and name().
Returns the major device classes supported by the remote device.
See also name().
Returns the name of the remote device.
See also address() and deviceClasses().
Assignment operator. Assigns the contents of other to the contents of the current object.
Comparison operator. Compares the contents of other to the contents of the current object. Returns true if the contents are equal.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |