MQTTClient

Dependents:   IoTGateway_Basic test

Files at this revision

API Documentation at this revision

Comitter:
SomeRandomBloke
Date:
Wed Mar 21 21:54:25 2012 +0000
Parent:
3:ac326c5b065c
Child:
5:29cefbfa0b48
Commit message:

Changed in this revision

MQTTClient.cpp Show annotated file Show diff for this revision Revisions of this file
MQTTClient.h Show annotated file Show diff for this revision Revisions of this file
--- a/MQTTClient.cpp	Wed Mar 21 21:52:42 2012 +0000
+++ b/MQTTClient.cpp	Wed Mar 21 21:54:25 2012 +0000
@@ -1,4 +1,4 @@
-/**
+/*
 MQTTClient.cpp
 Based on MQTTClient from http://ceit.uq.edu.au/content/mqttclient-mbed-version-20
 A simple MQTT client for mbed, version 2.0
--- a/MQTTClient.h	Wed Mar 21 21:52:42 2012 +0000
+++ b/MQTTClient.h	Wed Mar 21 21:54:25 2012 +0000
@@ -39,9 +39,6 @@
 #define MAX_PACKET_SIZE 128
 #define KEEPALIVE 15000
 
-/** MQTTClient class
- *
- */
 class MQTTClient 
 {
 public: