QoSLevel Enum
NuGet: GHIElectronics.TinyCLR.Networking.Mqtt
Assembly: GHIElectronics.TinyCLR.Networking.Mqtt
Namespace: GHIElectronics.TinyCLR.Networking.Mqtt
MQTT Quality-of-Service level.
public enum QoSLevel
Fields
| Name | Value | Description |
|---|---|---|
AtMostOnce | 0 | Fire-and-forget; the message may be lost. |
AtLeastOnce | 1 | Acknowledged delivery; the message may be delivered more than once. |
ExactlyOnce | 2 | Acknowledged delivery; the message is delivered exactly once. |