![]() |
NDEVR
API Documentation
|
Base class for finding devices connected to the system. More...
Public Member Functions | |
| virtual Dictionary< String, Device * > | findDevices (const HardwareSearchParameters &) const |
| Finds devices on the given set of active connections. | |
| virtual Buffer< QPointer< Connection > > | possibleConnections (const HardwareSearchPathParameters &) const |
| Discovers possible connections where devices may be attached. | |
Base class for finding devices connected to the system.
Definition at line 41 of file DeviceFinder.h.
|
inlinenodiscardvirtual |
Finds devices on the given set of active connections.
| [in] | HardwareSearchParameters | The search parameters including connections to probe. |
Definition at line 55 of file DeviceFinder.h.
|
inlinenodiscardvirtual |
Discovers possible connections where devices may be attached.
| [in] | HardwareSearchPathParameters | The search path parameters to use. |
Definition at line 49 of file DeviceFinder.h.