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.
Diff: MQTTPacket.h
- Revision:
- 13:5e60cd1a52e7
- Parent:
- 12:cd99ac9cb25a
- Parent:
- 10:8dec1424b1c1
- Child:
- 14:c2052aee81de
--- a/MQTTPacket.h Fri Aug 01 13:03:52 2014 +0100 +++ b/MQTTPacket.h Fri Aug 01 13:08:46 2014 +0100 @@ -98,6 +98,7 @@ int readMQTTLenString(MQTTString* mqttstring, char** pptr, char* enddata); void writeCString(char** pptr, const char* string); void writeMQTTString(char** pptr, MQTTString mqttstring); +int MQTTPacket_read(char* buf, int buflen, int (*getfn)(char*, int)); int MQTTPacket_read(char* buf, int buflen, int (*getfn)(char*, int));