merge in latest libebus commit 9520d5a3283472c2a53b8396b0796723f660bed7:

simplified SymbolString interface and let it handle unescaping itself
This commit is contained in:
john30
2014-10-29 23:28:51 +01:00
parent 9ca41eb457
commit 7643b05935
4 changed files with 110 additions and 98 deletions
+1
View File
@@ -31,6 +31,7 @@ static const int RESULT_DATA = 2; // some data received
static const int RESULT_SYN = 3; // regular SYN after message received
static const int RESULT_BUS_LOCKED = 4; // bus is locked for access
static const int RESULT_BUS_PRIOR_RETRY = 5; // retry to access bus
static const int RESULT_IN_ESC = 6; // start of escape sequence received
static const int RESULT_ERR_SEND = -1; // send error
static const int RESULT_ERR_EXTRA_DATA = -2; // received bytes > sent bytes