diff --git a/src/lib/ebus/message.h b/src/lib/ebus/message.h index 4c975bdb..1338bd4a 100644 --- a/src/lib/ebus/message.h +++ b/src/lib/ebus/message.h @@ -123,18 +123,6 @@ public: * @return the polling priority, or 0 for no polling at all. */ unsigned char getPollPriority() const { return m_pollPriority; } - /** - * @brief Reads the value from the master or slave @a SymbolString. - * @param masterData the unescaped master data @a SymbolString for reading binary data. - * @param slaveData the unescaped slave data @a SymbolString for reading binary data. - * @param output the @a ostringstream to append the formatted value to. - * @param verbose whether to prepend the name, append the unit (if present), and append - * the comment in square brackets (if present). - * @param separator the separator character between multiple fields. - * @return @a RESULT_OK on success, or an error code. - */ - //result_t read(SymbolString& masterData, SymbolString& slaveData, ostringstream& output, - // bool verbose=false, char separator=';') = 0; /** * @brief Prepare master @a SymbolString for sending to the bus. * @param masterData the master data @a SymbolString for writing symbols to.