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; }