query_by_subsystem_and_name
Description:
public Device?
query_by_subsystem_and_name (
string subsystem,
string name)
Looks up a device for a subsystem and name.
Parameters:
this |
A Client.
|
subsystem |
A subsystem name.
|
name |
The name of the device.
|
Returns:
A Device object or null if the device was not found. Free with
unref.
|