IsoTpConfig
- class mtf.network_port.iso_tp.iso_tp_utils.IsoTpConfig
IsoTpConfig(rx_id: str, tx_id: str, channel_name: str, pdu_length: int, protocol: str, source_adr: int = 0, target_adr: int = 0, flow_timeout: int = 1, padding_value: int = 255, is_padding_activated: bool = True)
- rx_id: str
- tx_id: str
- channel_name: str
- pdu_length: int
- protocol: str
- source_adr: int = 0
- target_adr: int = 0
- flow_timeout: int = 1
- padding_value: int = 255
- is_padding_activated: bool = True
- __init__(rx_id: str, tx_id: str, channel_name: str, pdu_length: int, protocol: str, source_adr: int = 0, target_adr: int = 0, flow_timeout: int = 1, padding_value: int = 255, is_padding_activated: bool = True) None