| 程序包 | 说明 |
|---|---|
| HslCommunication.MQTT |
| 类和说明 |
|---|
| MqttApplicationMessage
Mqtt的一次完整消息内容,包含主题,负载数据,消息等级。
|
| MqttConnectionOptions
连接MQTT服务器的一些参数信息,适用
MqttClient 消息发布订阅客户端以及 MqttSyncClient 同步请求客户端。 |
| MqttCredential
Mqtt协议的验证对象,包含用户名和密码
Authentication object of Mqtt protocol, including username and password |
| MqttPublishMessage
Mqtt发送的消息封装对象,是对
MqttApplicationMessage 对象的封装,添加了序号,还有是否重发的信息The message encapsulation object sent by Mqtt is an encapsulation of the MqttApplicationMessage object, with the serial number added, and whether to retransmit |
| MqttQualityOfServiceLevel |
| MqttSubscribeMessage
订阅的消息类,用于客户端向服务器请求订阅的信息
Subscribed message class, used by the client to request subscription information from the server |
Copyright © 2022. All rights reserved.