Uses of Enum Class
net.codecrete.usb.UsbRequestType
-
Uses of UsbRequestType in net.codecrete.usb
Subclasses with type arguments of type UsbRequestType in net.codecrete.usbModifier and TypeClassDescriptionenumUSB control transfer request type enumeration.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, int request, int value, int index) Creates an instance of aUsbControlTransferrecord class.