Enum in Zendir.MQTT


Description

Defines a wrapper for the Quality of Service Level defined for sending messages over MQTT.


Properties

DeclaredDescription
AtMostOnce = 0The message will send once or zero times
AtLeastOnce = 1The message will send once or more times
ExactlyOnce = 2The message will send once exactly, not more or less