bool ELM327::auxInputStatus() Description: ------------ * Find Power Take Off (PTO) status Inputs: ------- * void Return: ------- * bool - Power Take Off (PTO) status */
| 1373 | * bool - Power Take Off (PTO) status |
| 1374 | */ |
| 1375 | bool ELM327::auxInputStatus() |
| 1376 | { |
| 1377 | return (bool)processPID(SERVICE_01, AUX_INPUT_STATUS, 1, 1); |
| 1378 | } |
| 1379 | |
| 1380 | /* |
| 1381 | uint16_t ELM327::runTime() |
nothing calls this directly
no outgoing calls
no test coverage detected