eda_sys_message_bus_rpc_call_public
Invoke a public RPC service on the EDA message bus by providing a topic, optional message, and timeout to execute functions in EasyEDA Pro.
Instructions
sys_MessageBus.rpcCallPublic(topic: string, message?: any, timeout?: number) -> Promise 公共消息总线:调用 RPC 服务 returns: RPC 服务返回
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |