harmony 鸿蒙OH_IPC_MessageOption

  • 2025-06-16
  • 浏览 (2)

OH_IPC_MessageOption

概述

IPC消息选项定义。

起始版本: 12

相关模块:OHIPCRemoteObject

汇总

成员变量

名称 描述
OH_IPC_RequestMode mode 消息请求模式。
uint32_t timeout RPC预留参数,该参数对IPC无效。
void * reserved 保留参数,必须为空。

结构体成员变量说明

mode

OH_IPC_RequestMode OH_IPC_MessageOption::mode

描述

消息请求模式。

reserved

void* OH_IPC_MessageOption::reserved

描述

保留参数,必须为空。

timeout

uint32_t OH_IPC_MessageOption::timeout

描述

RPC预留参数,该参数对IPC无效。

你可能感兴趣的鸿蒙文章

harmony 鸿蒙IPC Kit(进程间通信服务)

harmony 鸿蒙IPCKit

harmony 鸿蒙OHIPCErrorCode

harmony 鸿蒙OHIPCParcel

harmony 鸿蒙OHIPCRemoteObject

harmony 鸿蒙OHIPCSkeleton

harmony 鸿蒙RPC错误码

harmony 鸿蒙ipc_cparcel.h

harmony 鸿蒙ipc_cremote_object.h

harmony 鸿蒙ipc_cskeleton.h

0  赞