Finds matching devices and iterates over them
foreach(dev; new DeviceList(0x1038, 0x1720)) { * writeln("Serial: ", dev.serial_number); * }
See Implementation
Finds matching devices and iterates over them