Interface HardwareDevice
- All Known Subinterfaces:
UsbDevice
public interface HardwareDevice
Represents a hardware device that the user has chosen to communicate with. The hardware devices that the
user needs to choose are defined by the
ControllerExtensionDefinition.listHardwareDevices(HardwareDeviceMatcherList) method.- Since:
- API version 7
-
Method Summary
Modifier and TypeMethodDescriptionTheHardwareDeviceMatcherthat was provided by the controller for identifying this hardware device inControllerExtensionDefinition.listHardwareDevices(HardwareDeviceMatcherList).
-
Method Details
-
deviceMatcher
HardwareDeviceMatcher deviceMatcher()TheHardwareDeviceMatcherthat was provided by the controller for identifying this hardware device inControllerExtensionDefinition.listHardwareDevices(HardwareDeviceMatcherList).
-