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

com.github.pires.obd.commands.protocol.ResetTroubleCodesCommand Maven / Gradle / Ivy

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

import com.github.pires.obd.commands.ObdCommand;

/**
 * Reset trouble codes.
 *
 * @author pires
 * @version $Id: $Id
 */
public class ResetTroubleCodesCommand extends ObdCommand {

    /**
     * 

Constructor for ResetTroubleCodesCommand.

*/ public ResetTroubleCodesCommand() { super("04"); } /** {@inheritDoc} */ @Override protected void performCalculations() { } /** {@inheritDoc} */ @Override public String getFormattedResult() { return getResult(); } /** {@inheritDoc} */ @Override public String getCalculatedResult() { return getResult(); } /** {@inheritDoc} */ @Override public String getName() { return getResult(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy