uds-tool/src/main/java/com/rusefi/io/can/IsoTpConstants.java

8 lines
202 B
Java
Raw Normal View History

2023-06-02 22:50:55 -07:00
package com.rusefi.io.can;
public class IsoTpConstants {
final static int ISO_TP_FRAME_SINGLE = 0;
final static int ISO_TP_FRAME_FIRST = 1;
final static int ISO_TP_FRAME_CONSECUTIVE = 2;
}