IFrTpConnection

Summary

Represents a FlexRay-TP Connection

Properties

Structure

class IFrTpConnection
multicast_address

TP address for one-to-many connections.

Type

TpAddress

name

The name of the FlexRay-TP Connection.

Type

str

protocol_variant

The protocol variant of the FlexRay-TP Configuration.

Type

str

receivers

The target of the TP connection.

Type

IEnumerable[ITpNode]

rx_pdu_pool

The set of N-PDUs which are defined for receiving data via this particular connection.

Type

IPduPool

rx_segmented_pdu
The Pdu that is segmented by the Transport Protocol.

If support of both sending and receiving is used, this association references the Pdu used for the additional second direction.

Type

IPduType

transmitter

The source of the FlexRay-TP connection

Type

ITpNode

tx_pdu_pool

The set of N-PDUs which are defined for sending data via this particular connection.

Type

IPduPool

tx_segmented_pdu

The Pdu that is segmented by the Transport Protocol.

Type

IPduType

uuid

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

Type

str