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 DiagSendResponsePDU(BYTE rawPDU[], WORD rawPDULength)
variables { const cTesterAddress = 0xF1; const cEcuAddress = 0x86; } _Diag_DataRequest( BYTE data[], dword count, long furtherSegments) { long status; // Replace Frame BYTE FI_Response[6] = { 0x82, cTesterAddress, cEcuAddress, 0x99, 0xff, 0x01 }; FI_Response[3] = data[0]; DiagSendResponsePDU( FI_Response, elcount( FI_Response)); return; }