Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
long Iso11783PDDGetLastError();
char text[256]; value = Iso11783PDDGetValue(ecuHandle, PD::AppRateSignal, 0); if (Iso11783PDDGetLastError() != 0) { Iso11783PDDGetLastErrorText(elCount(text), text); write("ERROR: %s", text); }