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 Iso11783IL_GetLastError(); // form 1 long Iso11783IL_GetLastError(dbNode node); // form 2
on key 't' { BYTE date = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 }; ISO11783ILSetSignalRaw( EEC1::EngSpeed, 6, data ); write( "Errorcode = %d", Iso11783IL_GetLastError() ); }