harmony 鸿蒙UsbCtrlTransfer

  • 2025-06-16
  • 浏览 (7)

UsbCtrlTransfer

概述

USB设备控制传输信息。

起始版本: 3.2

相关模块:USB

汇总

Public 属性

名称 描述
int requestType 请求类型。
int requestCmd 请求命令。
int value 请求值。
int index 索引值。
int timeout 超时时间。

类成员变量说明

index

int UsbCtrlTransfer::index

描述

索引值。

requestCmd

int UsbCtrlTransfer::requestCmd

描述

请求命令。

requestType

int UsbCtrlTransfer::requestType

描述

请求类型。

timeout

int UsbCtrlTransfer::timeout

描述

超时时间。

value

int UsbCtrlTransfer::value

描述

请求值。

你可能感兴趣的鸿蒙文章

harmony 鸿蒙USB HDI 参考

harmony 鸿蒙HdiUsb

harmony 鸿蒙HdiUsb(V1_1)

harmony 鸿蒙HdiUsb(V1_2)

harmony 鸿蒙HdiUsb(V2_0)

harmony 鸿蒙HdiUsbfnMtp

harmony 鸿蒙IUsbDeviceInterface.idl

harmony 鸿蒙IUsbHostInterface.idl

harmony 鸿蒙IUsbInterface.idl

harmony 鸿蒙IUsbInterface.idl

0  赞