Class and Description |
---|
IMqttClient
Enables an application to communicate with an MQTT server using blocking methods.
|
MqttCallback
Enables an application to be notified when asynchronous events related to the client occur.
|
MqttConnectOptions
Holds the set of options that control how the client connects to a server.
|
MqttException
Thrown if an error occurs communicating with the server.
|
MqttMessage
An MQTT message holds the application payload and options specifying how the message is to be delivered The message
includes a "payload" (the body of the message) represented as a byte[].
|