All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.pires.obd.commands.control.TimingAdvanceCommand Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package com.github.pires.obd.commands.control;

import com.github.pires.obd.commands.PercentageObdCommand;
import com.github.pires.obd.enums.AvailableCommandNames;

/**
 * Timing Advance
 *
 * @author pires
 * @version $Id: $Id
 */
public class TimingAdvanceCommand extends PercentageObdCommand {

    /**
     * 

Constructor for TimingAdvanceCommand.

*/ public TimingAdvanceCommand() { super("01 0E"); } /** *

Constructor for TimingAdvanceCommand.

* * @param other a {@link com.github.pires.obd.commands.control.TimingAdvanceCommand} object. */ public TimingAdvanceCommand(TimingAdvanceCommand other) { super(other); } /** {@inheritDoc} */ @Override public String getName() { return AvailableCommandNames.TIMING_ADVANCE.getValue(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy