| HslMqttApiAttribute 构造函数 (String, String) | 
 
            指定接口的路由信息及描述内容来实例化一个的对象
            Specify the routing information and description content of the interface to instantiate an object
            
 
        命名空间: 
     HslCommunication.Reflection
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public HslMqttApiAttribute(
	string apiTopic,
	string description
)
Public Sub New ( 
	apiTopic As String,
	description As String
)
public:
HslMqttApiAttribute(
	String^ apiTopic, 
	String^ description
)
new : 
        apiTopic : string * 
        description : string -> HslMqttApiAttribute参数
- apiTopic
- 类型:SystemString
 指重新定当前接口的路由信息
- description
- 类型:SystemString
 当前接口的描述信息
 参见
参见