dRonin
adbada4
dRonin GCS
|
#include <iconnection.h>
Signals | |
void | availableDevChanged (IConnection *) |
Public Member Functions | |
virtual QList< IDevice * > | availableDevices ()=0 |
virtual QIODevice * | openDevice (IDevice *device)=0 |
virtual void | closeDevice (const QString &deviceName) |
virtual QString | connectionName ()=0 |
virtual QString | shortName () |
virtual void | suspendPolling () |
virtual void | resumePolling () |
virtual bool | reconnect () |
Used to flag that the device wants that we try to reconnect if it gets disconnected Currently this should be used only with bluetooth devices. More... | |
An IConnection object define a "type of connection", for instance USB, Serial, Network, ...
Definition at line 44 of file iconnection.h.