FlowControl
- class mtf.network_port.iso_tp.custom_fr_tp.fr_tp_frames.FlowControl
- PCI_SIZE_CTS = 4
- PCI_SIZE_ACK_RET = 4
- BC_OFFSET = 5
- BFS_OFFSET = 6
- ACKNOWLEDGE_OFFSET = 5
- BYTE_POSITION_OFFSET = 6
- __init__(source_address: int = 0, target_address: int = 0, flow_status: FrFlowStatus = FrFlowStatus.CTS) None
- to_payload() List[int]
- from_payload(payload: List[int]) bool
- property flow_status
- property bandwidth_control
- property buffer_size
- property acknowledge
- property byte_position
- PCI_OFFSET = 4
- SRC_ADDR_OFFSET = 2
- TGT_ADDR_OFFSET = 0
- property address_information
- classmethod get_pci_type(payload: List[int])
- classmethod get_source_address(payload: List[int]) Tuple[bool, int]
- classmethod get_target_address(payload: List[int]) Tuple[bool, int]
- parse_address_information(payload: List[int]) bool
- property source_address
- property target_address