From 4d4cea28f949c7b6a96fa6bc7d8d1d514ff0d127 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Thu, 30 Jun 2022 03:31:38 +0000 Subject: [PATCH] update en/device-dev/subsystems/subsys-usbservice-guide.md. Signed-off-by: king_he <6384784@qq.com> --- en/device-dev/subsystems/subsys-usbservice-guide.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/en/device-dev/subsystems/subsys-usbservice-guide.md b/en/device-dev/subsystems/subsys-usbservice-guide.md index 090bb05fc9..fb1e9c7c46 100644 --- a/en/device-dev/subsystems/subsys-usbservice-guide.md +++ b/en/device-dev/subsystems/subsys-usbservice-guide.md @@ -43,10 +43,11 @@ ret = g_usbClient.ClaimInterface(pip, interface, true); ```cpp srvClient.BulkTransfer(pipe, endpoint, vdata, timeout); ``` -- **pipe** indicates the pipe for data transfer of the USB device opened. -- **endpoint** indicates the endpoint for data transfer on the USB device. -- **vdata** indicates the binary data block to be transferred or read. -- **timeout** indicates the timeout duration of data transfer. +Parameter description: +- **pipe**: pipe for data transfer of the USB device opened. +- **endpoint**: endpoint for data transfer on the USB device. +- **vdata**: binary data block to be transferred or read. +- **timeout**: timeout duration of data transfer. 7. Close the USB device. -- GitLab