Enum MqttConnectionClient.QoSLevel
- Namespace
- nanoFramework.Aws.IoTCore.Devices
- Assembly
- nanoFramework.Aws.IoTCore.Devices.dll
The QoS Level
public enum MqttConnectionClient.QoSLevel
Fields
AtLeastOnce = 1
At Least Once (1)
AtMostOnce = 0
At Most Once (0)
Remarks
AWS IoT Core only supports levels 0, and 1.