ILinTpConnection

Summary

Represents a LIN-TP Connection

Properties

Structure

class ILinTpConnection
addressing_format

The communication addressing mode of the CAN-TP Connection.

Type

AddressingFormat

data_pdu

The data N-PDU

Type

IPduType

flow_control_pdu

The Flow Control N-Pdu.

Type

IPduType

multicast_address

TP address for one-to-many connections.

Type

TpAddress

name

The name of the TP Connection.

Type

str

receivers

The target of the TP connection.

Type

IEnumerable[ITpNode]

segmented_pdu

The I-Pdu that is segmented by the Transport Protocol.

Type

IPduType

timeout_as

Time, in seconds, for transmission of the LIN frame (any N-PDU) on the sender side.

Type

float or None

timeout_cs

The time, in seconds, which elapses between the transmit request of a Consecutive Frame N-PDU until the transmit request of the next CF N-PDU.

Type

float or None

timeout_retry
The timeout value, in seconds, for waiting for a Consecutive Frame or a First Frame (in case of retry)

after receiving the last Consecutive Frame or after sending a Flow Control on the receiver side.

Type

float or None

transmitter

The source of the TP connection

Type

ITpNode

uuid

The UUID of the TP Connection or the path to the TP Connection if no UUID is defined.

Type

str