点击或拖拽改变大小

MqttServerGetMqttSessionsByTopic 方法

获取订阅了某个主题的所有的会话列表信息
Get all the conversation list information subscribed to a topic

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public MqttSession[] GetMqttSessionsByTopic(
	string topic
)

参数

topic
类型:SystemString
主题信息

返回值

类型:MqttSession
会话列表
参见