uds.transmission_attributes.addressing ====================================== .. py:module:: uds.transmission_attributes.addressing .. autoapi-nested-parse:: Implementation of diagnostic messages addressing. :ref:`Addressing ` describes a communication model that is used during UDS communication. Classes ------- .. autoapisummary:: uds.transmission_attributes.addressing.AddressingType Module Contents --------------- .. py:class:: AddressingType Bases: :py:obj:`uds.utilities.ValidatedEnum`, :py:obj:`aenum.StrEnum` .. autoapi-inheritance-diagram:: uds.transmission_attributes.addressing.AddressingType :parts: 1 :private-bases: Addressing types values defined by UDS protocol. :ref:`Addressing ` describes a communication model that is used during UDS communication. Initialize self. See help(type(self)) for accurate signature. .. py:attribute:: PHYSICAL :type: AddressingType :value: 'Physical' :ref:`Physical addressing ` - 1 (client) to 1 (server) communication. .. py:attribute:: FUNCTIONAL :type: AddressingType :value: 'Functional' :ref:`Functional addressing ` - 1 (client) to many (servers) communication.