IDoIpTpConnection

Summary

Represents a DO-IP-TP Connection

The DoIp module routes a TP-SDU through this connection.

Properties

Structure

class IDoIpTpConnection
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]

source_address

Reference to the address of the sender of the TP-SDU.

Type

TpAddress

target_address

Reference to the address of the receiver of the TP-SDU.

Type

TpAddress

tp_sdu

Reference to the data exchange between DoIp and the PduR.

Type

IPduTriggering

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