uint16_t ELM327::auxSupported() Description: ------------ * Find auxiliary input/output supported Inputs: ------- * void Return: ------- * uint16_t - Bit encoded (?) */
| 2353 | * uint16_t - Bit encoded (?) |
| 2354 | */ |
| 2355 | uint16_t ELM327::auxSupported() |
| 2356 | { |
| 2357 | return (uint16_t)processPID(SERVICE_01, AUX_INPUT_OUTPUT_SUPPORTED, 1, 2); |
| 2358 | } |
| 2359 | |
| 2360 | /* |
| 2361 | void ELM327::sendCommand(const char *cmd) |
nothing calls this directly
no outgoing calls
no test coverage detected