uds.transmission_attributes.addressing

Implementation of diagnostic messages addressing.

Addressing describes a communication model that is used during UDS communication.

Module Contents

Classes

AddressingType

Addressing types values defined by UDS protocol.

class uds.transmission_attributes.addressing.AddressingType[source]

Bases: aenum.StrEnum, uds.utilities.ValidatedEnum

Inheritance diagram of uds.transmission_attributes.addressing.AddressingType

Addressing types values defined by UDS protocol.

Addressing describes a communication model that is used during UDS communication.

Initialize self. See help(type(self)) for accurate signature.

PHYSICAL: AddressingType = 'Physical'

Physical addressing - 1 (client) to 1 (server) communication.

FUNCTIONAL: AddressingType = 'Functional'

Functional addressing - 1 (client) to many (servers) communication.