The ESP-AT MQTT library project
A simple wrapper to the MQTT functionality found in the ESP-AT interpreter
|
This is the complete list of members for EspATMQTT, including all inherited members.
at (defined in EspATMQTT) | EspATMQTT | private |
begin() | EspATMQTT | |
buff (defined in EspATMQTT) | EspATMQTT | private |
close(uint32_t linkID) | EspATMQTT | |
connect(uint32_t linkID, const char *host, uint32_t port=1883, uint32_t reconnect=0, uint32_t timeout=5000, connected_cb_t cb=NULL) | EspATMQTT | |
connected (defined in EspATMQTT) | EspATMQTT | private |
connected_cb (defined in EspATMQTT) | EspATMQTT | private |
connectionConfig(uint32_t linkID, uint32_t keepalive, uint32_t disable_clean_session, const char *lwt_topic, const char *lwt_message, uint32_t lwt_qos=0, uint32_t lwt_retain=0) | EspATMQTT | |
connType (defined in EspATMQTT) | EspATMQTT | private |
enableNTPTime(bool enable, validDateTime_cb_t cb, uint32_t timezone, const char *ts1=NULL, const char *ts2=NULL, const char *ts3=NULL) | EspATMQTT | |
EspATMQTT(HardwareSerial *=&ESP_SERIAL_PORT) | EspATMQTT | |
getNTPTime(char **time) | EspATMQTT | |
isConnected() | EspATMQTT | |
ntpTimeValid (defined in EspATMQTT) | EspATMQTT | private |
process() | EspATMQTT | |
pubRaw(uint32_t linkID, const char *topic, const char *data, uint32_t qos=0, uint32_t retain=0) | EspATMQTT | |
pubRaw(uint32_t linkID, const char *topic, char *data, uint32_t qos=0, uint32_t retain=0) | EspATMQTT | |
pubString(uint32_t linkID, const char *topic, const char *data, uint32_t qos=0, uint32_t retain=0) | EspATMQTT | |
pubString(uint32_t linkID, const char *topic, char *data, uint32_t qos=0, uint32_t retain=0) | EspATMQTT | |
setALPN(uint32_t linkID, const char *alpn1=NULL, const char *alpn2=NULL, const char *alpn3=NULL, const char *alpn4=NULL, const char *alpn5=NULL) | EspATMQTT | |
setClientID(uint32_t linkID, const char *clientID) | EspATMQTT | |
setClientID(uint32_t linkID, char *clientID) | EspATMQTT | |
setPassword(uint32_t linkID, const char *password) | EspATMQTT | |
setPassword(uint32_t linkID, char *password) | EspATMQTT | |
setUsername(uint32_t linkID, const char *username) | EspATMQTT | |
setUsername(uint32_t linkID, char *username) | EspATMQTT | |
subscribeTopic(subscription_cb_t cb, uint32_t linkID, const char *topic, uint32_t qos=0) | EspATMQTT | |
subscribeTopic(subscription_cb_t cb, uint32_t linkID, char *topic, uint32_t qos=0) | EspATMQTT | |
subscription_cb (defined in EspATMQTT) | EspATMQTT | private |
topicSubscriptions (defined in EspATMQTT) | EspATMQTT | private |
unSubscribeTopic(uint32_t linkID, const char *topic) | EspATMQTT | |
unSubscribeTopic(uint32_t linkID, char *topic) | EspATMQTT | |
userConfig(uint32_t linkID, mqtt_scheme_t scheme, const char *clientID, const char *userName="", const char *password="", uint32_t certKeyID=0, uint32_t caID=0, const char *path="") | EspATMQTT | |
userConfig(uint32_t linkID, mqtt_scheme_t scheme, char *clientID, const char *userName="", const char *password="", uint32_t certKeyID=0, uint32_t caID=0, const char *path="") | EspATMQTT | |
userConfig(uint32_t linkID, mqtt_scheme_t scheme, char *clientID, char *userName, char *password, uint32_t certKeyID=0, uint32_t caID=0, const char *path="") | EspATMQTT | |
validDateTime_cb (defined in EspATMQTT) | EspATMQTT | private |