PayloadFormat property
Gets or sets the payload format of the application message. Read/write.
Syntax
msg
.PayloadFormat
where
msg
- is an MQTTMessage object created by the MQTTFactory object's method CreateApplicationMessage
.Default value
If this property is omitted, it will use its default value, which is
MqttPayloadBinary
, meaning the payload is unspecified bytes data.Provide Feedback