点击或拖拽改变大小

IMqttSyncConnector 构造函数 (MqttConnectionOptions)

根据连接的MQTT参数,实例化一个默认的对象
According to the connected MQTT parameters, instantiate a default object

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public IMqttSyncConnector(
	MqttConnectionOptions options
)

参数

options
类型:HslCommunication.MQTTMqttConnectionOptions
连接的参数信息
参见