PubSubClient
MQTT client library for Arduino
|
▼NMQTT | Namespace for classes representing MQTT messages |
CConnect | Message sent when connecting to a broker |
CConnectAck | Response to Connect |
CDisconnect | Disconnect from the broker |
CMessage | Abstract base class |
CPing | Ping the broker |
CPingResp | Response to Ping |
CPublish | Publish a payload to a topic |
CPublishAck | Response to Publish when qos == 1 |
CPublishComp | Response to PublishRel |
CPublishRec | First response to Publish when qos == 2 |
CPublishRel | Response to PublishRec |
CSubscribe | Subscribe to one or more topics |
CSubscribeAck | Response to Subscribe |
CUnsubscribe | Unsubscribe from one or more topics |
CUnsubscribeAck | Response to Unsubscribe |
CPubSubClient | Main do-everything class that sketches will use |