点击或拖拽改变大小

MqttSyncClientReadRpcApis 方法

读取服务器的已经注册的API信息列表,将返回API的主题路径,注释信息,示例的传入的数据信息。
Read the registered API information list of the server, and return the API subject path, annotation information, and sample incoming data information.

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public OperateResult<MqttRpcApiInfo[]> ReadRpcApis()

返回值

类型:OperateResultMqttRpcApiInfo
包含是否成功的api信息的列表
参见