MCPcopy Create free account
hub / github.com/PowerBroker2/ELMduino / dtcResponse

Class dtcResponse

src/ELMduino.h:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected