Interface UsbInterface


public interface UsbInterface
  • Method Details

    • interfaceMatcher

      UsbInterfaceMatcher interfaceMatcher()
      The UsbInterfaceMatcher that was provided by the controller for identifying this device.
    • pipes

      List<UsbPipe> pipes()
      The list of pipes that have been opened for this interface.
    • pipe

      UsbPipe pipe(int index)
    • pipeCount

      int pipeCount()