mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 23:46:51 +01:00
Add comments to SensorNetwork source code for helpping to implement a
new SensorNetwork Class. Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -60,10 +60,8 @@ MQTTSNCONF = {
|
||||
300, //KeepAlive (seconds)
|
||||
true, //Clean session
|
||||
0, //Sleep duration in msecs
|
||||
//"willTopic", //WillTopic
|
||||
//"willMessage", //WillMessage
|
||||
"",
|
||||
"",
|
||||
"willTopic", //WillTopic
|
||||
"willMessage", //WillMessage
|
||||
0, //WillQos
|
||||
false //WillRetain
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user