1# OH_IPC_MessageOption 2<!--Kit: IPC Kit--> 3<!--Subsystem: Communication--> 4<!--Owner: @xdx19211@luodonghui0157--> 5<!--Designer: @zhaopeng_gitee--> 6<!--Tester: @maxiaorong--> 7<!--Adviser: @zhang_yixin13--> 8 9## 概述 10 11IPC消息选项定义。 12 13**起始版本:** 12 14 15**相关模块:** [OHIPCRemoteObject](capi-ohipcremoteobject.md) 16 17**所在头文件:** [ipc_cremote_object.h](capi-ipc-cremote-object-h.md) 18 19## 汇总 20 21### 成员变量 22 23| 名称 | 描述 | 24| ---- | ---- | 25| OH_IPC_RequestMode mode | 消息请求模式。 | 26| uint32_t timeout | RPC预留参数,该参数对IPC无效。 | 27| void* reserved | 保留参数,必须为空 | 28