We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1232118 commit 7411edaCopy full SHA for 7411eda
udsoncan/services/SecurityAccess.py
@@ -66,7 +66,7 @@ def make_request(cls, level: int, mode: int, data=bytes()) -> Request:
66
Generates a request for SecurityAccess
67
68
:param level: Service subfunction. The security level to unlock. Value ranging from 0 to 7F
69
- For mode=``RequestSeed`` (0), level must be an even value. For mode=``SendKey`` (1), level must be an odd value.
+ For mode=``RequestSeed`` (0), level must be an odd value. For mode=``SendKey`` (1), level must be an even value.
70
If the even/odd constraint is not respected, the level value will be corrected to properly set the LSB.
71
:type level: int
72
0 commit comments