This commit is contained in:
rusefillc 2023-06-03 01:30:25 -04:00
parent f985d826de
commit 442ce2939d
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
package com.rusefi.uds;
public interface UdsConstants {
byte DiagnosticSessionControl = 0x10;
byte DiagnosticSessionControlResponse = 0x50;
byte DSC_ProgrammingSession = 2;
byte ECUReset = 0x11;
byte SecurityAccess = 0x27;
byte SecurityAccessResponse = 0x67;
byte TransferData = 0x36;
byte RequestTransferExit = 0x37;
}