USBDetector

Functions

Link copied to clipboard
abstract fun construct(device: USBDevice): MeterConstructor?
Link copied to clipboard
abstract fun matches(device: USBDevice): Boolean
abstract fun matches(vid: Short, pid: Short): Boolean?
Link copied to clipboard
abstract fun recognizedTypes(): List<String>