Uses of Interface
net.codecrete.usb.UsbAlternateInterface
-
Uses of UsbAlternateInterface in net.codecrete.usb
Methods in net.codecrete.usb that return UsbAlternateInterfaceModifier and TypeMethodDescription@NotNull UsbAlternateInterfaceUsbInterface.getAlternate(int alternateNumber) Gets the alternate interface settings with the specified number.@NotNull UsbAlternateInterfaceUsbInterface.getCurrentAlternate()Gets the currently selected alternate interface setting.Methods in net.codecrete.usb that return types with arguments of type UsbAlternateInterfaceModifier and TypeMethodDescription@NotNull @Unmodifiable List<UsbAlternateInterface> UsbInterface.getAlternates()Gets all alternate settings of this interface.