未验证 提交 0e9ce33e 编写于 作者: K king_he 提交者: Gitee

update en/application-dev/connectivity/ipc-rpc-development-guideline.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 4df77dcd
......@@ -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**.
**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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册