Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. USBIsochronousOutTransferPacket

USBIsochronousOutTransferPacket

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.

TheUSBIsochronousOutTransferPacket interface of theWebUSB API is part of the response from a call to theisochronousTransferOut() method of theUSBDevice interface. It represents the status of an individual packet from a request to transfer data from the USB host to the USB device over an isochronous endpoint.

Constructor

USBIsochronousOutTransferPacket()Experimental

Creates a newUSBIsochronousOutTransferPacket object with the providedstatus andbytesWritten fields.

Instance properties

USBIsochronousOutTransferPacket.bytesWrittenRead onlyExperimental

Returns the number of bytes from the packet that were sent to the device.

USBIsochronousOutTransferPacket.statusRead onlyExperimental

Returns the status of the transfer request, one of:

Specifications

Specification
WebUSB API
# usbisochronousouttransferpacket

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp