Qt Extended Home · Index · Classes · Headers · Overviews |
The QDDevPlugin class is responsible for communications with a device. More...
#include <QDDevPlugin>
Inherits QDPlugin.
The QDDevPlugin class is responsible for communications with a device.
This plugin needs to work with a QDConPlugin in order to talk to a device.
Construct a QDDevPlugin with parent as the owning QObject.
Destructor.
Returns the connection that the device is connected to.
Remove the association between this device and connection con. This will trigger the connection to report that it is no longer connected.
Return an image that can be used as an icon for the device. This is used so the user can see what they have connected to Qt Extended Sync Agent.
Return the model name of the device. For example, "Greenphone".
Probe the connection con to see if a device of this type can be reached via that connection.
Return the system that runs on the device. This is typically "Qtopia" but a fork could use their own name (eg. OPIE).
Return the version of the device in a hexidecimal format. For example, 0x040300 would be used for a version 4.3.0 device.
Return the version of the device as a string that can be displayed to the user.
Copyright © 2009 Nokia | Qt Extended Sync Agent Documentation |