Skip to content

Commit 16be658

Browse files
committed
add sub routine
1 parent 32cb877 commit 16be658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycan/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def subfunctions(self):
8787
class UDSUtility:
8888
SID_INFO = {
8989
0x10: UDSServiceInfo(0x10, "DSC", "DiagnosticSessionControl", "DiagnosticSessionControl service is used to change diagnostic sessions in the server(s). In each diagnostic session, a different set of diagnostic services (and/or functionalities) is enabled in the server. The server shall always be in exactly one diagnostic session.",
90-
[UDSSubFunction(0x01, "DefaultSession", "Default Session"), UDSSubFunction(0x02, "ProgrammingSession", "Programming Session"), UDSSubFunction(0x03, "ExtendedSession", "Extended Session")]),
90+
[UDSSubFunction(0x01, "DefaultSession", "Default Session"), UDSSubFunction(0x02, "ProgrammingSession", "Programming Session"), UDSSubFunction(0x03, "ExtendedSession", "Extended Session"), UDSSubFunction(0x04, "SystemSafetyDiagnosticSession", "System Safety Diagnostic Session")]),
9191
0x11: UDSServiceInfo(0x11, "ER", "ECUReset", "ECUReset service is used by the client to request a server reset.",
9292
[UDSSubFunction(0x00, "HardReset", "Perform a hard reset"), UDSSubFunction(0x01, "KeyOffOn", "Perform a key off/on reset"),
9393
UDSSubFunction(0x02, "SoftReset", "Perform a soft reset"), UDSSubFunction(0x03, "EnableRapidPowerShutDown", "Enable rapid power shut down")]),

0 commit comments

Comments
 (0)