USBDevice: phương thức transferOut()
Limited availability
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 transferOut() của giao diện USBDevice trả về một promise được giải quyết với USBOutTransferResult khi dữ liệu bulk hoặc ngắt được gửi tới thiết bị USB.
Cú pháp
js
transferOut(endpointNumber, data)
Tham số
endpointNumber-
Số của một điểm cuối dành riêng cho thiết bị (bộ đệm).
data-
Một
TypedArraychứa dữ liệu cần gửi tới thiết bị.
Giá trị trả về
Một promise được giải quyết với USBOutTransferResult.
Thông số kỹ thuật
| Specification |
|---|
| WebUSB API> # dom-usbdevice-transferout> |