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