QoS property

Gets or sets the QoS level of the application message. Read/write.
Syntax
msg
.
QoS
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
MqttQoSLevel_AtMostOnce (0)
, meaning the message arrives at the receiver either once or not at all.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal