CanFrameType

class mtf.network_port.iso_tp.custom_can_tp.can_tp_utils.CanFrameType

An enumeration.

SINGLE = 0
FIRST = 1
CONSECUTIVE = 2
FLOW_CONTROL = 3
UNKNOWN = 4
classmethod get_frame_type(addressing_format: AddrFormat, payload: List[int]) CanFrameType