[ Version ( since = "0.1.0" ) ]
public Device find_by_vid_pid (uint16 vid, uint16 pid) throws Error
Finds a device based on its bus and address values.
this | |
vid |
a vendor ID |
pid |
a product ID |
a new Device, or null if not found. |