diff --git a/src/ebusd/bushandler.h b/src/ebusd/bushandler.h index ddf253ba..b27bac3c 100755 --- a/src/ebusd/bushandler.h +++ b/src/ebusd/bushandler.h @@ -211,6 +211,12 @@ class GrabbedMessage { */ MasterSymbolString& getLastMasterData() { return m_lastMaster; } + /** + * Get the last @a SlaveSymbolString. + * @return the last @a SlaveSymbolString. + */ + SlaveSymbolString& getLastSlaveData() { return m_lastSlave; } + /** * Dump the last received data and message count to the output. * @param unknown whether to dump only if this message is unknown.