USBDevice: phương thức isochronousTransferIn()
Khả dụng hạn chế
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Note: This feature is available in Web Workers.
Phương thức isochronousTransferIn() của giao diện USBDevice trả về một Promise được giải quyết với USBIsochronousInTransferResult khi thông tin nhạy cảm về thời gian đã được truyền tới (nhận bởi) thiết bị USB.
Cú pháp
isochronousTransferIn(endpointNumber, packetLengths)
Tham số
endpointNumber-
Số của một điểm cuối dành riêng cho thiết bị (bộ đệm).
packetLengths-
Một mảng các độ dài cho các gói tin đang được nhận.
Giá trị trả về
Một Promise được giải quyết với USBIsochronousInTransferResult.
Thông số kỹ thuật
| Thông số kỹ thuật |
|---|
| WebUSB API> # dom-usbdevice-isochronoustransferin> |