MqttPayloadFormat constants

The payload type of the MQTT message.
MqttPayloadBinary
(0) - Indicates that the payload is unspecified bytes data.
MqttPayloadCharacter
(1) - Indicates that the payload is UTF-8 encoded character data.
Default value
If no constant is specified, it will use its default value, which is
MqttPayloadBinary
.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal