Version Property
The MQTT protocol version that the component will conform to.
Syntax
public int getVersion(); public void setVersion(int version);
Enumerated values: public final static int mvV3 = 0; public final static int mvV5 = 1;
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.
Default Value
0