MqttQualityOfServiceLevel 枚举 |
命名空间: HslCommunication.MQTT
成员名称 | 值 | 说明 | |
---|---|---|---|
AtMostOnce | 0 | 最多一次 | |
AtLeastOnce | 1 | 最少一次 | |
ExactlyOnce | 2 | 只有一次 | |
OnlyTransfer | 3 |
消息只发送到服务器而不触发发布订阅,该消息质量等级只对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 |