• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# UsbCtrlTransfer
2
3
4## **概述**
5
6USB设备控制传输信息。
7
8**Since:**
9
103.2
11
12**Version:**
13
141.0
15
16**相关模块:**
17
18[USB](usb.md)
19
20
21## **汇总**
22
23
24### Public 属性
25
26  | 名称 | 描述 |
27| -------- | -------- |
28| [requestType](#requesttype) | 请求类型。 |
29| [requestCmd](#requestcmd) | 请求命令。 |
30| [value](#value) | 请求值。 |
31| [index](#index) | 索引值。 |
32| [timeout](#timeout) | 超时时间。 |
33
34
35## **类成员变量说明**
36
37
38### index
39
40
41```
42int UsbCtrlTransfer::index
43```
44
45**描述:**
46
47索引值。
48
49
50### requestCmd
51
52
53```
54int UsbCtrlTransfer::requestCmd
55```
56
57**描述:**
58
59请求命令。
60
61
62### requestType
63
64
65```
66int UsbCtrlTransfer::requestType
67```
68
69**描述:**
70
71请求类型。
72
73
74### timeout
75
76
77```
78int UsbCtrlTransfer::timeout
79```
80
81**描述:**
82
83超时时间。
84
85
86### value
87
88
89```
90int UsbCtrlTransfer::value
91```
92
93**描述:**
94
95请求值。
96