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

Method supportedPIDs_1_20

src/ELMduino.cpp:913–916  ·  view source on GitHub ↗

uint32_t ELM327::supportedPIDs_1_20() Description: ------------ * Determine which of PIDs 0x1 through 0x20 are supported (bit encoded) Inputs: ------- * void Return: ------- * uint32_t - Bit encoded booleans of supported PIDs 0x1-0x20 */

Source from the content-addressed store, hash-verified

911 * uint32_t - Bit encoded booleans of supported PIDs 0x1-0x20
912*/
913uint32_t ELM327::supportedPIDs_1_20()
914{
915 return (uint32_t)processPID(SERVICE_01, SUPPORTED_PIDS_1_20, 1, 4);
916}
917
918/*
919 uint32_t ELM327::monitorStatus()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected