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.

相关实践学习
消息队列RocketMQ版:基础消息收发功能体验
本实验场景介绍消息队列RocketMQ版的基础消息收发功能,涵盖实例创建、Topic、Group资源创建以及消息收发体验等基础功能模块。
消息队列 MNS 入门课程
1、消息队列MNS简介 本节课介绍消息队列的MNS的基础概念 2、消息队列MNS特性 本节课介绍消息队列的MNS的主要特性 3、MNS的最佳实践及场景应用 本节课介绍消息队列的MNS的最佳实践及场景应用案例 4、手把手系列:消息队列MNS实操讲 本节课介绍消息队列的MNS的实际操作演示 5、动手实验:基于MNS,0基础轻松构建 Web Client 本节课带您一起基于MNS,0基础轻松构建 Web Client
相关文章
UE Load texture images at runtime Plugin description
UE Load texture images at runtime Plugin description
85 0
|
安全
MD5 Encryption Of String ( UTF-8 ) / UE4 DTMd5 Plugin description
MD5 Encryption Of String ( UTF-8 ) / UE4 DTMd5 Plugin description
99 1
|
Windows
UE DTCmd Plug-in description
UE DTCmd Plug-in description
54 0
|
JSON 数据格式
UE4 structure and JSON conversion - DTBPJson plugin description
UE4 structure and JSON conversion - DTBPJson plugin description
82 0
|
JSON 数据格式
UE DT Json Operate Plugin Description
UE DT Json Operate Plugin Description
103 0
UE DTDataTable Plugin description, operating CSV files in runtime.
UE DTDataTable Plugin description, operating CSV files in runtime.
85 0
|
Windows
DTMultiWindow UE UMG Multi -window plug -in description
DTMultiWindow UE UMG Multi -window plug -in description
121 0
Web Socket Client / UE4 / DTWebSocket Plugin description
Web Socket Client / UE4 / DTWebSocket Plugin description
69 0
DT AES Encryption / Decryption / UE plugin description
DT AES Encryption / Decryption / UE plugin description
73 0
|
NoSQL Redis
Redis Connector / UE4 DTRedis plugin description
Redis Connector / UE4 DTRedis plugin description
104 0