| 类 | 说明 |
|---|---|
| MqttApplicationMessage |
Mqtt的一次完整消息内容,包含主题,负载数据,消息等级。
|
| MqttClient | |
| MqttClientApplicationMessage |
来自客户端的一次消息的内容,当前类主要是在MQTT的服务端进行使用
The content of a message from the client. |
| MqttConnectionOptions |
连接MQTT服务器的一些参数信息,适用
MqttClient 消息发布订阅客户端以及 MqttSyncClient 同步请求客户端。 |
| MqttControlMessage |
定义了Mqtt的相关的控制报文的信息
|
| MqttCredential |
Mqtt协议的验证对象,包含用户名和密码
Authentication object of Mqtt protocol, including username and password |
| MqttHelper |
Mqtt协议的辅助类,提供了一些协议相关的基础方法,方便客户端和服务器端一起调用。
|
| 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 |
| MqttSubscribeMessage |
订阅的消息类,用于客户端向服务器请求订阅的信息
Subscribed message class, used by the client to request subscription information from the server |
| MqttSyncClient |
基于MQTT协议的RPC调用客户端,支持加密操作。
|
| 枚举 | 说明 |
|---|---|
| MqttQualityOfServiceLevel |
Copyright © 2022. All rights reserved.