未验证 提交 ebedef02 编写于 作者: O openharmony_ci 提交者: Gitee

!4259 【轻量级 PR】:【OpenHarmony开源贡献者计划2022】USB 开发指南格式

Merge pull request !4259 from king_he/N/A
...@@ -46,7 +46,7 @@ IPC/RPC enables a proxy and a stub that run on different processes to communicat ...@@ -46,7 +46,7 @@ IPC/RPC enables a proxy and a stub that run on different processes to communicat
1. Define the IPC interface **ITestAbility**. 1. Define the IPC interface **ITestAbility**.
**ITestAbility** inherits the IPC base class **IRemoteBroker** and defines descriptors, functions, and message code. The functions need to be implemented on both the proxy and stub. **ITestAbility** inherits the IPC base class **IRemoteBroker** and defines descriptors, functions, and message code. The functions need to be implemented on both the proxy and stub.
``` ```
class ITestAbility : public IRemoteBroker { class ITestAbility : public IRemoteBroker {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册