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.
Dependents: MbedSmartRestMain MbedSmartRestMain
Diff: MbedClient.h
- Revision:
- 2:45a6e44a4fb4
- Parent:
- 1:9a11a331e340
- Child:
- 6:cd7ba1ddb664
--- a/MbedClient.h Mon Jul 07 16:14:51 2014 +0200 +++ b/MbedClient.h Mon Jul 07 17:08:02 2014 +0200 @@ -46,9 +46,10 @@ class MbedClient : public AbstractClient { public: - MbedClient(const char*, uint16_t, const char*, const char*); + MbedClient(const char*, uint16_t); ~MbedClient(); + uint8_t setAuthorization(const char*, const char*); uint8_t beginRequest(); uint8_t sendIdentifier(const char*); uint8_t sendData(const DataGenerator& generator);