public static enum DiagnosticResponse.NegativeResponseCode extends java.lang.Enum<DiagnosticResponse.NegativeResponseCode>
Modifier and Type | Method and Description |
---|---|
int |
code() |
static DiagnosticResponse.NegativeResponseCode |
get(int value) |
java.lang.String |
hexCodeString() |
java.lang.String |
toDocumentationString() |
static DiagnosticResponse.NegativeResponseCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticResponse.NegativeResponseCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticResponse.NegativeResponseCode NONE
public static final DiagnosticResponse.NegativeResponseCode GENERAL_REJECT
public static final DiagnosticResponse.NegativeResponseCode SERVICE_NOT_SUPPORTED
public static final DiagnosticResponse.NegativeResponseCode SUB_FUNCTION_NOT_SUPPORTED
public static final DiagnosticResponse.NegativeResponseCode INCORRECT_MESSAGE_LENGTH_OR_INVALID_FORMAT
public static final DiagnosticResponse.NegativeResponseCode RESPONSE_TOO_LONG
public static final DiagnosticResponse.NegativeResponseCode BUSY_REPEAT_REQUEST
public static final DiagnosticResponse.NegativeResponseCode CONDITIONS_NOT_CORRECT
public static final DiagnosticResponse.NegativeResponseCode REQUEST_SEQUENCE_ERROR
public static final DiagnosticResponse.NegativeResponseCode NO_RESPONSE_FROM_SUBNET_COMPONENT
public static final DiagnosticResponse.NegativeResponseCode FAILURE_PREVENTS_EXECUTION_OF_REQUESTED_ACTION
public static final DiagnosticResponse.NegativeResponseCode REQUEST_OUT_OF_RANGE
public static final DiagnosticResponse.NegativeResponseCode SECURITY_ACCESS_DENIED
public static final DiagnosticResponse.NegativeResponseCode INVALID_KEY
public static final DiagnosticResponse.NegativeResponseCode EXCEED_NUMBER_OF_ATTEMPTS
public static final DiagnosticResponse.NegativeResponseCode REQUIRED_TIME_DELAY_NOT_EXPIRED
public static final DiagnosticResponse.NegativeResponseCode UPLOAD_DOWNLOAD_NOT_ACCEPTED
public static final DiagnosticResponse.NegativeResponseCode TRANSFER_DATA_SUSPENDED
public static final DiagnosticResponse.NegativeResponseCode GENERAL_PROGRAMMING_FAILURE
public static final DiagnosticResponse.NegativeResponseCode WRONG_BLOCK_SEQUENCE_COUNTER
public static final DiagnosticResponse.NegativeResponseCode REQUEST_CORRECTLY_RECEIVED_RESPONSE_PENDING
public static final DiagnosticResponse.NegativeResponseCode SUB_FUNCTION_NOT_SUPPORTED_IN_ACTIVE_SESSION
public static final DiagnosticResponse.NegativeResponseCode SERVICE_NOT_SUPPORTED_IN_ACTIVE_SESSION
public static final DiagnosticResponse.NegativeResponseCode RPM_TOO_HIGH
public static final DiagnosticResponse.NegativeResponseCode RPM_TOO_LOW
public static final DiagnosticResponse.NegativeResponseCode ENGINE_IS_RUNNING
public static final DiagnosticResponse.NegativeResponseCode ENGINE_IS_NOT_RUNNING
public static final DiagnosticResponse.NegativeResponseCode ENGINE_RUN_TIME_TOO_LOW
public static final DiagnosticResponse.NegativeResponseCode TEMPERATURE_TOO_HIGH
public static final DiagnosticResponse.NegativeResponseCode TEMPERATURE_TOO_LOW
public static final DiagnosticResponse.NegativeResponseCode VEHICLE_SPEED_TOO_HIGH
public static final DiagnosticResponse.NegativeResponseCode VEHICLE_SPEED_TOO_LOW
public static final DiagnosticResponse.NegativeResponseCode THROTTLE_PEDAL_TOO_HIGH
public static final DiagnosticResponse.NegativeResponseCode THROTTLE_PEDAL_TOO_LOW
public static final DiagnosticResponse.NegativeResponseCode TRANSMISSION_RANGE_NOT_IN_NEUTRAL
public static final DiagnosticResponse.NegativeResponseCode TRANSMISSION_RANGE_NOT_IN_GEAR
public static final DiagnosticResponse.NegativeResponseCode BRAKE_SWITCH_ES_NOT_CLOSED
public static final DiagnosticResponse.NegativeResponseCode SHIFTER_LEVER_NOT_IN_PARK
public static final DiagnosticResponse.NegativeResponseCode TORQUE_CONVERTER_CLUTCH_LOCKED
public static final DiagnosticResponse.NegativeResponseCode VOLTAGE_TOO_HIGH
public static final DiagnosticResponse.NegativeResponseCode VOLTAGE_TOO_LOW
public static DiagnosticResponse.NegativeResponseCode[] values()
for (DiagnosticResponse.NegativeResponseCode c : DiagnosticResponse.NegativeResponseCode.values()) System.out.println(c);
public static DiagnosticResponse.NegativeResponseCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int code()
public static DiagnosticResponse.NegativeResponseCode get(int value)
public java.lang.String hexCodeString()
public java.lang.String toDocumentationString()