long Iso11783PDDGetLastError();
char text[256]; value = Iso11783PDDGetValue(ecuHandle, PD::AppRateSignal, 0); if (Iso11783PDDGetLastError() != 0) { Iso11783PDDGetLastErrorText(elCount(text), text); write("ERROR: %s", text); }