DeviceUsedPortsGatherer Class
(ProjectExplorer::DeviceUsedPortsGatherer)Public Functions
DeviceUsedPortsGatherer(QObject *parent = 0) | |
~DeviceUsedPortsGatherer() override | |
Utils::Port | getNextFreePort(Utils::PortList *freePorts) const |
void | start(const IDevice::ConstPtr &device) |
void | stop() |
QList<Utils::Port> | usedPorts() const |
Signals
void | error(const QString &errMsg) |
void | portListReady() |
Member Function Documentation
DeviceUsedPortsGatherer::DeviceUsedPortsGatherer(QObject *parent = 0)
Default constructs an instance of DeviceUsedPortsGatherer.
DeviceUsedPortsGatherer::~DeviceUsedPortsGatherer()
Destroys the instance of DeviceUsedPortsGatherer.