| HttpServerGetAllRpcApiInfo 方法  | 
 
            获取当前所有注册的RPC接口信息,将返回一个数据列表。
            Get all currently registered RPC interface information, and a data list will be returned.
            
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public MqttRpcApiInfo[] GetAllRpcApiInfo()
Public Function GetAllRpcApiInfo As MqttRpcApiInfo()
public:
array<MqttRpcApiInfo^>^ GetAllRpcApiInfo()
member GetAllRpcApiInfo : unit -> MqttRpcApiInfo[] 
返回值
类型:
MqttRpcApiInfo信息列表
 参见
参见