鸿蒙原生应用元服务开发-设备管理USB服务开发步骤
开发步骤USB设备可作为Host设备连接Device设备进行数据传输。开发示例如下:1.获取设备列表。导入USB接口api包。importusbfrom'ohos.usbManager';获取设备列表。letdeviceList:Arrayusb.getDevices();deviceList结构示例[{name:"11",serial:"",manufacturerName:"",productName:"",version:"",vendorId:7531,productId:2,clazz:9,subClass:0,protocol:1,devAddress:1,busNum:1,configs:[{id:1,attributes:224,isRemoteWakeup:tr...