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

Method freezeDTC

src/ELMduino.cpp:955–958  ·  view source on GitHub ↗

uint16_t ELM327::freezeDTC() Description: ------------ * Freeze DTC - see https://www.samarins.com/diagnose/freeze-frame.html for more info Inputs: ------- * void Return: ------- * uint16_t - Various vehicle information (https://www.samarins.com/diagnose/freeze-frame.html) */

Source from the content-addressed store, hash-verified

953 * uint16_t - Various vehicle information (https://www.samarins.com/diagnose/freeze-frame.html)
954*/
955uint16_t ELM327::freezeDTC()
956{
957 return (uint16_t)processPID(SERVICE_01, FREEZE_DTC, 1, 2);
958}
959
960/*
961 uint16_t ELM327::fuelSystemStatus()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected