| 313 | |
| 314 | |
| 315 | struct dtcResponse { |
| 316 | uint8_t codesFound = 0; |
| 317 | char codes[DTC_MAX_CODES][DTC_CODE_LEN]; |
| 318 | } DTC_Response; |
| 319 | |
| 320 | bool begin(Stream& stream, const bool& debug = false, const uint16_t& timeout = 1000, const char& protocol = '0', const uint16_t& payloadLen = 128, const byte& dataTimeout = 0); |
| 321 | ~ELM327(); |
nothing calls this directly
no outgoing calls
no test coverage detected