diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-14 15:37:10 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-14 15:37:10 -0400 |
commit | 2fbfc901b7d17e87b67e3bef1d2f52e0a19a70be (patch) | |
tree | 44ce010ba88af1c831115fab1878300ee7749df3 | |
parent | cf4d4348421c7a2e8887fae39c7e9ab21a70666c (diff) |
Add NRC for incomplete messages.
-rw-r--r-- | src/uds/uds_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uds/uds_types.h b/src/uds/uds_types.h index 89ae18a..68d6b6f 100644 --- a/src/uds/uds_types.h +++ b/src/uds/uds_types.h @@ -73,6 +73,7 @@ typedef enum { NRC_SUCCESS = 0x0, NRC_SERVICE_NOT_SUPPORTED = 0x11, NRC_SUB_FUNCTION_NOT_SUPPORTED = 0x12, + NRC_INCORRECT_LENGTH_OR_FORMAT = 0x13, NRC_CONDITIONS_NOT_CORRECT = 0x22, NRC_REQUEST_OUT_OF_RANGE = 0x31, NRC_SECURITY_ACCESS_DENIED = 0x33, |