提交 1a7c83fc 编写于 作者: M mayunteng_1

键鼠穿越错误码

Signed-off-by: Nmayunteng_1 <mayunteng@huawei.com>
Change-Id: Ife06d4689e26e5cfe23547a2e5c691f82ef41754
上级 b5a0f98c
......@@ -100,7 +100,14 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number, callback: AsyncCal
| srcInputDeviceId | number | 是 | 键鼠穿越待穿越外设标识符。 |
| callback | AsyncCallback\<void> | 是 | 异步回调函数。当键鼠穿越启动成功,err为undefined,否则为错误对象。|
**错误码:**
以下错误码的详细介绍请参见[ohos.multimodalinput错误码](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/errorcodes/errorcode-multimodalinput.md)
| 错误码ID | 错误信息 |
| -------- | ---------------------------------------- |
| 4400001 | Incorrect descriptor for the target device. |
| 4400002 | Failed to operate the input device. |
**示例**
......@@ -141,7 +148,14 @@ start(sinkDeviceDescriptor: string, srcInputDeviceId: number): Promise\<void>
| ---------------------- | ------------------------------- |
| Promise\<void> | Promise实例,用于异步获取结果。 |
**错误码:**
以下错误码的详细介绍请参见[ohos.multimodalinput错误码](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/errorcodes/errorcode-multimodalinput.md)
| 错误码ID | 错误信息 |
| -------- | ---------------------------------------- |
| 4400001 | Incorrect descriptor for the target device. |
| 4400002 | Failed to operate the input device. |
**示例**
......
# 多模输入子系统错误码
# 键鼠穿越管理错误码
## 4400001 目标设备描述符错误
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册