uds.utilities.constants.subfunctions
SubFunction related constants.
Attributes
Bit mask of suppressPosRspMsgIndicationBit in SubFunction byte. |
|
Values mapping for diagnosticSessionType Data Record that is part of |
|
Values mapping for resetType Data Record that is part of |
|
Values mapping for reportType Data Record (compatible with ISO 14229-1:2020) that is part of |
|
Values mapping for reportType Data Record (compatible with ISO 14229-1:2013) that is part of |
|
Values mapping for securityAccessType Data Record that is part of |
|
Values mapping for controlType Data Record that is part of |
|
Values mapping for authenticationTask Data Record that is part of |
|
Values mapping for definitionType Data Record that is part of |
|
Values mapping for routineControlType Data Record that is part of |
|
Values mapping for zeroSubFunction Data Record that is part of |
|
Values mapping for timingParameterAccessType Data Record (compatible with ISO 14229-1:2013) that is part of |
|
Values mapping for DTCSettingType Data Record that is part of |
|
Values mapping for event Data Record (compatible with ISO 14229-1:2020) that is part of |
|
Values mapping for event Data Record (compatible with ISO 14229-1:2013) that is part of |
|
Values mapping for storageState Data Record that is part of |
|
Values mapping for linkControlType Data Record that is part of |
Module Contents
- uds.utilities.constants.subfunctions.SPRMIB_MASK = 128
Bit mask of suppressPosRspMsgIndicationBit in SubFunction byte.
- uds.utilities.constants.subfunctions.DIAGNOSTIC_SESSION_TYPE_MAPPING: Dict[int, str]
Values mapping for diagnosticSessionType Data Record that is part of DiagnosticSessionControl SubFunction.
- uds.utilities.constants.subfunctions.RESET_TYPE_MAPPING: Dict[int, str]
Values mapping for resetType Data Record that is part of ECUReset SubFunction.
- uds.utilities.constants.subfunctions.REPORT_TYPE_MAPPING_2020: Dict[int, str]
Values mapping for reportType Data Record (compatible with ISO 14229-1:2020) that is part of ReadDTCInformation SubFunction.
- uds.utilities.constants.subfunctions.REPORT_TYPE_MAPPING_2013: Dict[int, str]
Values mapping for reportType Data Record (compatible with ISO 14229-1:2013) that is part of ReadDTCInformation SubFunction.
- uds.utilities.constants.subfunctions.SECURITY_ACCESS_TYPE_MAPPING
Values mapping for securityAccessType Data Record that is part of SecurityAccess SubFunction.
- uds.utilities.constants.subfunctions.CONTROL_TYPE_MAPPING: Dict[int, str]
Values mapping for controlType Data Record that is part of CommunicationControl SubFunction.
- uds.utilities.constants.subfunctions.AUTHENTICATION_TASK_MAPPING: Dict[int, str]
Values mapping for authenticationTask Data Record that is part of Authentication SubFunction.
- uds.utilities.constants.subfunctions.DEFINITION_TYPE_MAPPING: Dict[int, str]
Values mapping for definitionType Data Record that is part of DynamicallyDefineDataIdentifier SubFunction.
- uds.utilities.constants.subfunctions.ROUTINE_CONTROL_TYPE_MAPPING: Dict[int, str]
Values mapping for routineControlType Data Record that is part of RoutineControl SubFunction.
- uds.utilities.constants.subfunctions.ZERO_SUBFUNCTION_MAPPING: Dict[int, str]
Values mapping for zeroSubFunction Data Record that is part of TesterPresent SubFunction.
- uds.utilities.constants.subfunctions.TIMING_PARAMETER_ACCESS_TYPE_MAPPING_2013: Dict[int, str]
Values mapping for timingParameterAccessType Data Record (compatible with ISO 14229-1:2013) that is part of AccessTimingParameter SubFunction.
- uds.utilities.constants.subfunctions.DTC_SETTING_TYPE_MAPPING: Dict[int, str]
Values mapping for DTCSettingType Data Record that is part of ControlDTCSetting SubFunction.
- uds.utilities.constants.subfunctions.EVENT_MAPPING_2020: Dict[int, str]
Values mapping for event Data Record (compatible with ISO 14229-1:2020) that is part of ResponseOnEvent SubFunction.
- uds.utilities.constants.subfunctions.EVENT_MAPPING_2013: Dict[int, str]
Values mapping for event Data Record (compatible with ISO 14229-1:2013) that is part of ResponseOnEvent SubFunction.
- uds.utilities.constants.subfunctions.STORAGE_STATE_MAPPING: Dict[int, str]
Values mapping for storageState Data Record that is part of ResponseOnEvent SubFunction.
- uds.utilities.constants.subfunctions.LINK_CONTROL_TYPE_MAPPING: Dict[int, str]
Values mapping for linkControlType Data Record that is part of LinkControl SubFunction.