点击或拖拽改变大小

MqttSession.IsClientSubscribe 方法

检查当前的会话对象里是否订阅了指定的主题内容
Check whether the specified topic content is subscribed in the current session object

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public bool IsClientSubscribe(
	string topic,
	bool willcard
)

参数

topic
类型:System.String
主题信息
willcard
类型:System.Boolean
订阅的主题是否使用了通配符

返回值

类型:Boolean
如果订阅了,返回 True, 否则,返回 False
参见