Uses of Enum Class
net.codecrete.usb.USBRequestType
-
Uses of USBRequestType in net.codecrete.usb
Methods in net.codecrete.usb that return USBRequestTypeModifier and TypeMethodDescriptionUSBControlTransfer.requestType()Returns the value of therequestTyperecord component.static USBRequestTypeReturns the enum constant of this class with the specified name.static USBRequestType[]USBRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.codecrete.usb with parameters of type USBRequestTypeModifierConstructorDescriptionUSBControlTransfer(USBRequestType requestType, USBRecipient recipient, byte request, short value, short index) Creates an instance of aUSBControlTransferrecord class.