Uses of Enum Class
net.codecrete.usb.USBRecipient
-
Uses of USBRecipient in net.codecrete.usb
Methods 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, byte request, short value, short index) Creates an instance of aUSBControlTransferrecord class.