MQTTPacket

Dependents:   MQTT

Fork of MQTTPacket by MQTT

Files at this revision

API Documentation at this revision

Comitter:
icraggs
Date:
Wed Jul 02 13:22:31 2014 +0000
Parent:
10:8dec1424b1c1
Parent:
8:b97b9873af52
Child:
13:5e60cd1a52e7
Commit message:
Commit merge

Changed in this revision

--- a/MQTTPacket.c	Wed Jul 02 13:21:37 2014 +0000
+++ b/MQTTPacket.c	Wed Jul 02 13:22:31 2014 +0000
@@ -250,6 +250,12 @@
 }
 
 
+/**
+ * Compares an MQTTString to a C string
+ * @param a the MQTTString to compare
+ * @param bptr the C string to compare
+ * @return boolean - equal or not
+ */
 int MQTTPacket_equals(MQTTString* a, char* bptr)
 {
 	int alen = 0,