FlexrayTpConfig

class mtf.diag_port.flexray_tp_config.FlexrayTpConfig

FlexrayTpConfig(channel_name: str, rx_frame_id: str, target_address: int, tx_frame_id: str, source_address: str, pdu_length: int = 254, flow_timeout: int = 1000, extended_addr: bool = True, tp_type: mtf.libs.mtf_pybinder.MtfFrTpType = <MtfFrTpType.ISO: 0>, channel: mtf.libs.mtf_pybinder.FRCommunicationChannel = <FRCommunicationChannel.A: 0>)

__init__(channel_name: str, rx_frame_id: str, target_address: int, tx_frame_id: str, source_address: str, pdu_length: int = 254, flow_timeout: int = 1000, extended_addr: bool = True, tp_type: ~mtf.libs.mtf_pybinder.MtfFrTpType = <MtfFrTpType.ISO: 0>, channel: ~mtf.libs.mtf_pybinder.FRCommunicationChannel = <FRCommunicationChannel.A: 0>)
channel_name: str
tx_frame_id: int
rx_frame_id: int
tx_slot_id: int
tx_offset: int
tx_repetition: int
source_address: int
rx_slot_id: int
rx_offset: int
rx_repetition: int
target_address: int
pdu_length: int
flow_timeout: int
addressing_type: MtfFrTpAddressLength
tp_type: MtfFrTpType
com_channel: FRCommunicationChannel