Example #1
0
 // The thread that listens for inbound messages
 private static void mylistenerThread()
 {
     NetduinoMQTT.listen(mySocket);
 }