Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MQTTPacket by
Revision 11:f6574a654c6a, committed 2014-07-02
- 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,
