Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
6:cd7ba1ddb664
Parent:
5:2b74510900da
Child:
11:e1bee9a77652
--- a/AbstractClient.h	Thu Jul 10 16:20:31 2014 +0200
+++ b/AbstractClient.h	Mon Jul 28 12:11:02 2014 +0200
@@ -61,6 +61,8 @@
  * 
  * Additionally, stop() can be called at any time to reset the state of
  * this instance.
+ * A return value of any function unequal to CLIENT_OK must follow a
+ * call to stop() before starting another request.
  */
 class AbstractClient
 {