Version property
Gets or sets the MQTT version. Read/write.
Syntax
connOption
.Version
where
connOption
- is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
.Default value
If this property is omitted, it will use its default value, which is
MqttVersion500
, meaning the version of the MQTT protocol is 5.0.0.Provide Feedback