MqttSessionIsClientSubscribe 方法 |
检查当前的会话对象里是否订阅了指定的主题内容
Check whether the specified topic content is subscribed in the current session object
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsClientSubscribe(
string topic,
bool willcard
)
Public Function IsClientSubscribe (
topic As String,
willcard As Boolean
) As Boolean
public:
bool IsClientSubscribe(
String^ topic,
bool willcard
)
member IsClientSubscribe :
topic : string *
willcard : bool -> bool
参数
- topic
- 类型:SystemString
主题信息 - willcard
- 类型:SystemBoolean
订阅的主题是否使用了通配符
返回值
类型:
Boolean如果订阅了,返回 True, 否则,返回 False
参见