FrFlowStatus
- class mtf.network_port.iso_tp.custom_fr_tp.fr_tp_utils.FrFlowStatus
- Enum class representing flow control statuses for FlexRayTp frames. - CTS = 3
 - ACK_RET = 4
 - WT = 5
 - ABT = 6
 - OVFLW = 7
 - UNKNOWN = 8
 - classmethod get_flow_status(value) FrFlowStatus
- Returns the corresponding flow status for the given integer value. - Args:
- value (int): The integer value representing a flow status. 
- Returns:
- FrFlowStatus: The corresponding flow status, or UNKNOWN if the value is not valid.