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
Diff: MQTTPacket.h
- Revision:
- 2:bc3bc0e3b764
- Parent:
- 0:7734401cc1b4
- Child:
- 4:c502573c6016
diff -r 069ae45b7070 -r bc3bc0e3b764 MQTTPacket.h --- a/MQTTPacket.h Mon Mar 31 15:48:23 2014 +0000 +++ b/MQTTPacket.h Thu Apr 10 15:11:16 2014 +0000 @@ -97,6 +97,8 @@ void writeCString(char** pptr, char* string); void writeMQTTString(char** pptr, MQTTString mqttstring); +int MQTTPacket_read(char* buf, int buflen, int (*getfn)(char*, int)); + #ifdef __cplusplus /* If this is a C++ compiler, use C linkage */ } #endif
