Add NRC for incomplete messages.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 14 Mar 2014 19:37:10 +0000 (15:37 -0400)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 14 Mar 2014 19:37:10 +0000 (15:37 -0400)
src/uds/uds_types.h

index 89ae18a..68d6b6f 100644 (file)
@@ -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,