MqttProtocol constants
The transport layer protocol type for MQTT communication.
MqttProtocolTcp
(0) - Uses the TCP protocol.MqttProtocolWebSocket
(1) - Uses the WebSocket protocol.Default value
If no constant is specified, it will use its default value, which is
MqttProtocolTcp
.Provide Feedback