mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Replace MessageReader and MessageWriter with Message.
Change-Id: I4b23d5a1e0e39dc2487f252a0947f11328e33090
This commit is contained in:
@@ -42,6 +42,8 @@ class WireDecoder {
|
||||
*/
|
||||
const char* error() const { return m_error; }
|
||||
|
||||
void set_error(const char* error) { m_error = error; }
|
||||
|
||||
/* Reads the specified number of bytes.
|
||||
* @param buf pointer to read data (output parameter)
|
||||
* @param len number of bytes to read
|
||||
|
||||
Reference in New Issue
Block a user