mbed.org implementation of the abstract SmartREST library for the Cumulocity Platform SmartREST protocol.

Dependents:   MbedSmartRestMain MbedSmartRestMain

Revision:
7:8159a2d12e4e
Parent:
5:2b74510900da
Child:
11:e1bee9a77652
--- a/ParsedValue.h	Mon Jul 28 12:11:02 2014 +0200
+++ b/ParsedValue.h	Wed Oct 22 16:17:22 2014 +0200
@@ -84,8 +84,6 @@
     CharValue _value;
     uint8_t _type;
     double _float;
-    uint8_t _digits;
-    bool _zflag;
     long _integer;
 };