Method Retrieve
Retrieve(String, Driver)
Retrieves information on a connected device.
Declaration
public static Hardware Retrieve(string deviceDescriptor, Driver drfinder)
Parameters
Type | Name | Description |
---|---|---|
System.String | deviceDescriptor | The device descriptor. |
Driver | drfinder |
Returns
Type | Description |
---|---|
Hardware | A Hardware object or null in case of error. |
Retrieve()
Retrieves information of the device selected last, if any.
Declaration
public static Hardware Retrieve()
Returns
Type | Description |
---|---|
Hardware | A Hardware object or null in case of error. |