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

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

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


/**
 * Turn-off spaces.
 */
public class SpacesOffCommand extends ObdProtocolCommand {

    public SpacesOffCommand() {
        super("ATS0");
    }

    /**
     * 

Constructor for SpacesOffCommand.

* * @param other a {@link SpacesOffCommand} object. */ public SpacesOffCommand(SpacesOffCommand other) { super(other); } @Override public String getFormattedResult() { return getResult(); } @Override public String getName() { return "Spaces Off"; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy