点击或拖拽改变大小

MqttSessionIsClientSubscribe 方法

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

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

参数

topic
类型:SystemString
主题信息
willcard
类型:SystemBoolean
订阅的主题是否使用了通配符

返回值

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