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

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