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:
- 18:bf36e077e7b8
- Parent:
- 14:c2052aee81de
- Child:
- 20:18bc6c007ce2
--- a/MQTTPacket.h Fri Aug 01 17:25:52 2014 +0000 +++ b/MQTTPacket.h Mon Sep 29 11:31:13 2014 +0000 @@ -101,6 +101,8 @@ int MQTTPacket_read(unsigned char* buf, int buflen, int (*getfn)(unsigned char*, int)); +char* MQTTPacket_toString(char* strbuf, int strbuflen, unsigned char* buf, int buflen); + #ifdef __cplusplus /* If this is a C++ compiler, use C linkage */ } #endif
