get_devices_by_property
Description:
[ Version ( since = "0.0.6" ) ]
public DeviceList get_devices_by_property (string property, string value, bool inherited)
public DeviceList get_devices_by_property (string property, string value, bool inherited)
A utility function that gets devices found from the list of devices this supports, for which the value of
property
is value
.
Parameters:
this |
an operating system |
property |
the property of interest |
value |
the required value of property |
inherited |
Should devices from inherited and cloned OSs be included in the search. |
Returns:
The found devices |