UE DTMqtt Plugin description

简介: UE DTMqtt Plugin description

CreateMqttClient

Create an MQTT client object


Connect

Connects to an MQTT server using the provided connect options.

Param Url : the address of the server to connect to, specified as a URI.

Param ClientId : a client identifier that is unique on the server being connected to

Param UserName : The user name for connecting to the MQTT broker.

Param Password : The password for connecting to the MQTT broker.


Subscribe

Subscribe to a topic, which may include wildcards.

Param TopicFilter : the topic to subscribe to, which can include wildcards.

Param QoS : The quality of service for the subscription


UnSubscribe

Requests the server unsubscribe the client from a topic.

Param TopicFilter : the topic to unsubscribe from. It must match a topicFilter specified on an earlier subscribe.


Publish

Publishes a message to a topic on the server

Param Topic : The topic to deliver the message to

Param Message : sent message

Param QoS : the Quality of Service to deliver the message at. Valid values are 0, 1, 2.

Param Retained : whether or not this message should be retained by the server.


Disconnect

Disconnects from the server.


BindConnectedDelegate

This method is called when the client is connected.


BindConnectionLostDelegate

This method is called when the connection to the server is lost.


BindMessageDelegate

This method is called when a message arrives from the server.

相关实践学习
5分钟轻松打造应对流量洪峰的稳定商城交易系统
本实验通过SAE极速部署一个微服务电商商城,同时结合RocketMQ异步解耦、削峰填谷的能力,带大家体验面对流量洪峰仍旧稳定可靠的商城交易系统!
消息队列 MNS 入门课程
1、消息队列MNS简介 本节课介绍消息队列的MNS的基础概念 2、消息队列MNS特性 本节课介绍消息队列的MNS的主要特性 3、MNS的最佳实践及场景应用 本节课介绍消息队列的MNS的最佳实践及场景应用案例 4、手把手系列:消息队列MNS实操讲 本节课介绍消息队列的MNS的实际操作演示 5、动手实验:基于MNS,0基础轻松构建 Web Client 本节课带您一起基于MNS,0基础轻松构建 Web Client
目录
打赏
0
0
0
0
161
分享
相关文章
UE DTMqtt 虚幻引擎 Mqtt 客户端插件说明
UE DTMqtt 虚幻引擎 Mqtt 客户端插件说明
843 0
linux系统中利用QT实现串口通信的方法
linux系统中利用QT实现串口通信的方法
473 0
微服务——SpringBoot使用归纳——Spring Boot开发环境搭建和项目启动
本文介绍了Spring Boot开发环境的搭建和项目启动流程。主要内容包括:jdk的配置(IDEA、STS/eclipse设置方法)、Spring Boot工程的构建方式(IDEA快速构建、官方构建工具start.spring.io使用)、maven配置(本地maven路径与阿里云镜像设置)以及编码配置(IDEA和eclipse中的编码设置)。通过这些步骤,帮助开发者顺利完成Spring Boot项目的初始化和运行准备。
339 0
微服务——SpringBoot使用归纳——Spring Boot开发环境搭建和项目启动
端口复用(bind error: Address already in use 问题)
端口复用(bind error: Address already in use 问题)
969 0
【保姆级教程】基于阿里云搭建网站,看这篇就够了!
本文演示了三种网站的搭建,分别是:博客、论坛、个人作品。从域名选择,到阿里云服务器的购买,到最后的网站搭建。
【保姆级教程】基于阿里云搭建网站,看这篇就够了!
qt对sqlite数据库多线程的操作
本文总结了在Qt中进行SQLite数据库多线程操作时应注意的四个关键问题,包括数据库驱动加载、加锁、数据库的打开与关闭,以及QsqlQuery变量的使用。
553 1
告别手动续签烦恼:一键实现免费SSL证书自动更新
告别手动续签烦恼,一键实现免费SSL证书自动更新。通过自动化续签过程,减少人为错误,提高安全性,节省时间,确保网站始终提供安全、可信的服务。选择支持自动续签的证书颁发机构,并配置相应的工具,轻松管理SSL证书。
ARM可信固件(TF-A)移植
ARM可信固件(TF-A)移植
462 1
[项目配置] 配置Qt函数库和ui界面库的封装并调用的项目(二)
[项目配置] 配置Qt函数库和ui界面库的封装并调用的项目
200 0
MQTT常见问题之mqtt第4—6次调用会报错如何解决
MQTT(Message Queuing Telemetry Transport)是一个轻量级的、基于发布/订阅模式的消息协议,广泛用于物联网(IoT)中设备间的通信。以下是MQTT使用过程中可能遇到的一些常见问题及其答案的汇总:
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等

登录插画

登录以查看您的控制台资源

管理云资源
状态一览
快捷访问