mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Add transmit support for ISO 9141-2
This commit is contained in:
@@ -12,6 +12,7 @@ class ISO9141Message : public Message {
|
||||
public:
|
||||
std::array<uint8_t, 3> header;
|
||||
bool isInit = false;
|
||||
bool isBreak = false;
|
||||
bool framingError = false;
|
||||
bool overflowError = false;
|
||||
bool parityError = false;
|
||||
|
||||
Reference in New Issue
Block a user