Uses of Record Class
net.codecrete.usb.UsbControlTransfer
-
Uses of UsbControlTransfer in net.codecrete.usb
Methods in net.codecrete.usb with parameters of type UsbControlTransferModifier and TypeMethodDescriptionbyte @NotNull []UsbDevice.controlTransferIn(@NotNull UsbControlTransfer transfer, int length) Requests data from the control endpoint.voidUsbDevice.controlTransferOut(@NotNull UsbControlTransfer transfer, byte[] data) Executes a control transfer request and optionally sends data.