summaryrefslogtreecommitdiff
path: root/src/BLEValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BLEValue.h')
-rw-r--r--src/BLEValue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BLEValue.h b/src/BLEValue.h
index a292c6e..92a7f9a 100644
--- a/src/BLEValue.h
+++ b/src/BLEValue.h
@@ -21,6 +21,8 @@ public:
void addPart(uint8_t* pData, size_t length);
void cancel();
void commit();
+ uint8_t* getData();
+ size_t getLength();
uint16_t getReadOffset();
std::string getValue();
void setReadOffset(uint16_t readOffset);