MqttClient.subscribe

Subscribes to the specified topics

class MqttClient
final
void
subscribe
(
const string[] topics
,)

Parameters

topics string[]

Array of topic filters to subscribe to

qos QoSLevel

This gives the maximum QoS level at which the Server can send Application Messages to the Client.

Meta