IPWorks IoT 2020 Delphi Edition

Questions / Feedback?

Version Property

The MQTT protocol version that the component will conform to.

Syntax

property Version: TiotMQTTVersions read get_Version write set_Version;
TiotMQTTVersions = ( mvV3, mvV5 );

Default Value

mvV3

Remarks

This property specifies the version of the MQTT protocol to use. Possible values are:

0 (mvV3 - default) MQTT 3.1.1
1 (mvV5) MQTT 5

This property must be set before connecting.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 Delphi Edition - Version 20.0 [Build 8265]