Home
last modified time | relevance | path

Searched defs:USBDeviceControlTransferAsyncContext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h107 struct USBDeviceControlTransferAsyncContext : USBAsyncContext { struct
108 USBDevicePipe pipe;
109 uint32_t reqType;
110 int32_t request;
111 int32_t value;
112 int32_t index;
113 int32_t length;
114 uint8_t *buffer;
115 uint32_t bufferLength;
116 uint32_t dataSize;
[all …]