2024年3月24日发(作者:)
string clientId = d().ToString();
t(clientId);
string strValue = ng(value);
// publish a message on "/home/temperature" topic with QoS 2
h("/home/temperature", es(strValue), _LEVEL_EXACTLY_ONCE, false);
2024年3月24日发(作者:)
string clientId = d().ToString();
t(clientId);
string strValue = ng(value);
// publish a message on "/home/temperature" topic with QoS 2
h("/home/temperature", es(strValue), _LEVEL_EXACTLY_ONCE, false);
发布评论