“31d118433d5759ee305b6baaa9861861afdbdc31”上不存在“...classes/sun/nio/ch/sctp/SctpServerChannelImpl.java”
未验证 提交 07d838b4 编写于 作者: 葛亚芳 提交者: Gitee

update zh-cn/application-dev/device/usb-guidelines.md.

Signed-off-by: N葛亚芳 <geyafang@huawei.com>
上级 89807466
......@@ -135,7 +135,7 @@ USB设备可作为Host设备连接Device设备进行数据传输。开发示例
let dataUint8Array = new Uint8Array(1024);
usb.bulkTransfer(pipe, inEndpoint, dataUint8Array, 15000).then(dataLength => {
if (dataLength >= 0) {
console.info("usb readData buffer : " + resultStr);
console.info("usb readData result Length : " + dataLength);
} else {
console.info("usb readData failed : " + dataLength);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册