Uses of Enum Class
net.codecrete.usb.UsbRecipient
-
Uses of UsbRecipient in net.codecrete.usb
Subclasses with type arguments of type UsbRecipient in net.codecrete.usbMethods in net.codecrete.usb that return UsbRecipientModifier and TypeMethodDescriptionUsbControlTransfer.recipient()Returns the value of therecipientrecord component.static UsbRecipientReturns the enum constant of this class with the specified name.static UsbRecipient[]UsbRecipient.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 UsbRecipientModifierConstructorDescriptionUsbControlTransfer(UsbRequestType requestType, UsbRecipient recipient, int request, int value, int index) Creates an instance of aUsbControlTransferrecord class.