mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 19:46:54 +03:00
7 lines
358 B
C++
7 lines
358 B
C++
#include <string>
|
|
|
|
void MQTTInit(std::string _mqttURI, std::string _clientid, std::string _user, std::string _password, std::string _LWTContext, int _keepalive);
|
|
|
|
//void MQTTInit(std::string _mqttURI, std::string _clientid, std::string _user = "", std::string _password = "");
|
|
|
|
void MQTTPublish(std::string _key, std::string _content, int retained_flag = 0); |