integration from bus into ebusloop continued.
This commit is contained in:
@@ -54,9 +54,9 @@ const std::string BusCommand::getMessageStr()
|
||||
result += "00";
|
||||
result += m_result.getDataStr();
|
||||
result += "00";
|
||||
} else {
|
||||
result = "success";
|
||||
}
|
||||
else
|
||||
result = "success";
|
||||
}
|
||||
else
|
||||
result = "error: "+std::string(getResultCodeCStr());
|
||||
|
||||
Reference in New Issue
Block a user