From 2fbfc901b7d17e87b67e3bef1d2f52e0a19a70be Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Fri, 14 Mar 2014 15:37:10 -0400 Subject: Add NRC for incomplete messages. --- src/uds/uds_types.h | 1 + 1 file changed, 1 insertion(+) 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, -- cgit 1.2.3-korg