Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. USBIsochronousInTransferResult

USBIsochronousInTransferResult

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.

Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.

Note: This feature is available inWeb Workers.

TheUSBIsochronousInTransferResult interface of theWebUSB API provides the result from a call to theisochronousTransferIn() method of theUSBDevice interface. It represents the result from requesting a transfer of data from the USB device to the USB host.

Constructor

USBIsochronousInTransferResult()Experimental

Creates a newUSBIsochronousInTransferResult object with the providedpackets anddata fields.

Instance properties

USBIsochronousInTransferResult.dataRead onlyExperimental

Returns aDataView object containing the data received from the device. This is the combined data from all packets. See the individualDataView objects in thepackets array for the portion of this buffer containing data from each packet.

USBIsochronousInTransferResult.packetsRead onlyExperimental

Returns an array ofUSBIsochronousInTransferPacket objects containing the result of each request to receive a packet from the device.

Specifications

Specification
WebUSB API
# usbisochronousintransferresult

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp