uint16_t ELM327::timeRunWithMIL() Description: ------------ * Find time run with MIL on in min Inputs: ------- * void Return: ------- * uint16_t - Time run with MIL on in min */
| 1993 | * uint16_t - Time run with MIL on in min |
| 1994 | */ |
| 1995 | uint16_t ELM327::timeRunWithMIL() |
| 1996 | { |
| 1997 | return (uint16_t)processPID(SERVICE_01, TIME_RUN_WITH_MIL_ON, 1, 2); |
| 1998 | } |
| 1999 | |
| 2000 | /* |
| 2001 | uint16_t ELM327::timeSinceCodesCleared() |
nothing calls this directly
no outgoing calls
no test coverage detected