点击或拖拽改变大小

MqttQualityOfServiceLevel 枚举

Mqtt消息的质量等级
Mqtt message quality level

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public enum MqttQualityOfServiceLevel
成员
  成员名称说明
AtMostOnce0 最多一次
AtLeastOnce1 最少一次
ExactlyOnce2 只有一次
OnlyTransfer3 消息只发送到服务器而不触发发布订阅,该消息质量等级只对HSL的MQTT服务器有效
The message is only sent to the server without triggering publish and subscribe, the message quality level is only valid for the HSL MQTT server
参见