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一站式入门使用
从源码编译、部署broker、部署namesrv,使用java客户端首发消息等一站式入门RocketMQ。
消息队列 MNS 入门课程
1、消息队列MNS简介 本节课介绍消息队列的MNS的基础概念 2、消息队列MNS特性 本节课介绍消息队列的MNS的主要特性 3、MNS的最佳实践及场景应用 本节课介绍消息队列的MNS的最佳实践及场景应用案例 4、手把手系列:消息队列MNS实操讲 本节课介绍消息队列的MNS的实际操作演示 5、动手实验:基于MNS,0基础轻松构建 Web Client 本节课带您一起基于MNS,0基础轻松构建 Web Client
相关文章
|
10月前
UE Load texture images at runtime Plugin description
UE Load texture images at runtime Plugin description
62 0
|
5月前
|
JavaScript
Error: Unsupported URL Type: npm:fork-ts-checker-webpack-plugin@^5.0.11
如果你去搜索,答案都是去升级你的npm 在StackOverflow说是vue3得在非vue-cli环境得单独配置。地址: 还有说npm install --save-dev fork-ts-checker-webpack-plugin 众说纷纭,都解决不了
60 0
|
10月前
|
Windows
UE DTCmd Plug-in description
UE DTCmd Plug-in description
40 0
|
10月前
|
JSON 数据格式
UE DT Json Operate Plugin Description
UE DT Json Operate Plugin Description
74 0
|
10月前
|
JSON 数据格式
UE4 structure and JSON conversion - DTBPJson plugin description
UE4 structure and JSON conversion - DTBPJson plugin description
61 0
|
10月前
|
Windows
DTMultiWindow UE UMG Multi -window plug -in description
DTMultiWindow UE UMG Multi -window plug -in description
92 0
|
10月前
Web Socket Client / UE4 / DTWebSocket Plugin description
Web Socket Client / UE4 / DTWebSocket Plugin description
53 0
|
10月前
DT AES Encryption / Decryption / UE plugin description
DT AES Encryption / Decryption / UE plugin description
49 0
|
10月前
UE DTDataTable Plugin description, operating CSV files in runtime.
UE DTDataTable Plugin description, operating CSV files in runtime.
62 0
|
10月前
|
XML JSON JavaScript
UE4 HTTP Request Plugin Description (DTHttpRequest)
UE4 HTTP Request Plugin Description (DTHttpRequest)
67 0