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

Method auxSupported

src/ELMduino.cpp:2355–2358  ·  view source on GitHub ↗

uint16_t ELM327::auxSupported() Description: ------------ * Find auxiliary input/output supported Inputs: ------- * void Return: ------- * uint16_t - Bit encoded (?) */

Source from the content-addressed store, hash-verified

2353 * uint16_t - Bit encoded (?)
2354*/
2355uint16_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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected