ICanTpConnection

Summary

Represents a CAN-TP Connection

Properties

Structure

class ICanTpConnection
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

max_block_size
The maximum number of N-PDUs the CAN-TP receiver allows the sender to send,

before waiting for an authorization to continue transmission of the following N-PDUs.

Type

int32 or None

multicast_address

TP address for one-to-many connections.

Type

TpAddress

name

The name of the CAN-TP Connection.

Type

str

padding_activation
True if Single Frames, Flow Control N-PDUs and the last Consecutive Frame N-PDU

shall be padded to eight bytes length in case it contains less payload, False otherwise.

Type

bool

receivers

The target of the TP connection.

Type

IEnumerable[ITpNode]

segmented_pdu

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

Type

IPduType

ta_type

The Network Target Address type.

Type

TargetType

transmitter

The source of the CAN-TP connection

Type

ITpNode

uuid

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

Type

str