Back to Content

USBIsochronousOutTransferResult

files/en-us/web/api/usbisochronousouttransferresult/index.md

latest983 B
Original Source

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The USBIsochronousOutTransferResult interface of the WebUSB API provides the result from a call to the isochronousTransferOut() method of the USBDevice interface. It represents the result from requesting a transfer of data from the USB host to the USB device.

Constructor

  • {{domxref("USBIsochronousOutTransferResult.USBIsochronousOutTransferResult", "USBIsochronousOutTransferResult()")}} {{Experimental_Inline}}
    • : Creates a new USBIsochronousOutTransferResult object with the provided packet field.

Instance properties

  • {{domxref("USBIsochronousOutTransferResult.packets")}} {{ReadOnlyInline}} {{Experimental_Inline}}
    • : Returns an array of USBIsochronousOutTransferPacket objects containing the result of each request to send a packet to the device.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}