• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-25
  • 标签: d  

资源简介

obd-master

资源截图

代码片段和文件信息

package com.example;

import eu.lighthouselabs.obd.commands.ObdCommand;

/**
 * Created with IntelliJ IDEA.
 * User: marshal
 * Date: 13-4-2
 * Time: 下午6:47
 * To change this template use File | Settings | File Templates.
 */
public class MyCommand extends ObdCommand {

    private String command;

    public MyCommand(String command) {
        super(command);
        this.command=command;
    }

    @Override
    public String getFormattedResult() {
        return “Custom command result: “ + this.getResult();
    }

    @Override
    public String getName() {
        return this.command;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-04-03 00:56  MyObdDemo-master\
     文件         231  2013-04-03 00:56  MyObdDemo-master\.gitignore
     文件        2104  2013-04-03 00:56  MyObdDemo-master\AndroidManifest.xml
     文件          19  2013-04-03 00:56  MyObdDemo-master\README.md
     文件          92  2013-04-03 00:56  MyObdDemo-master\project.properties
     目录           0  2013-04-03 00:56  MyObdDemo-master\res\
     目录           0  2013-04-03 00:56  MyObdDemo-master\res\drawable\
     文件         279  2013-04-03 00:56  MyObdDemo-master\res\drawable\accel_gauge.xml
     文件         314  2013-04-03 00:56  MyObdDemo-master\res\drawable\car.png
     文件        2066  2013-04-03 00:56  MyObdDemo-master\res\drawable\compass.png
     文件         281  2013-04-03 00:56  MyObdDemo-master\res\drawable\coolant_gauge.xml
     文件         994  2013-04-03 00:56  MyObdDemo-master\res\drawable\icon.png
     文件        1306  2013-04-03 00:56  MyObdDemo-master\res\drawable\mpg.png
     文件         300  2013-04-03 00:56  MyObdDemo-master\res\drawable\pump.gif
     文件        1052  2013-04-03 00:56  MyObdDemo-master\res\drawable\temp.png
     目录           0  2013-04-03 00:56  MyObdDemo-master\res\layout\
     文件        1060  2013-04-03 00:56  MyObdDemo-master\res\layout\command.xml
     文件        5272  2013-04-03 00:56  MyObdDemo-master\res\layout\main.xml
     目录           0  2013-04-03 00:56  MyObdDemo-master\res\values\
     文件         388  2013-04-03 00:56  MyObdDemo-master\res\values\strings.xml
     目录           0  2013-04-03 00:56  MyObdDemo-master\res\xml\
     文件        3765  2013-04-03 00:56  MyObdDemo-master\res\xml\preferences.xml
     目录           0  2013-04-03 00:56  MyObdDemo-master\src\
     目录           0  2013-04-03 00:56  MyObdDemo-master\src\com\
     目录           0  2013-04-03 00:56  MyObdDemo-master\src\com\example\
     文件         608  2013-04-03 00:56  MyObdDemo-master\src\com\example\MyCommand.java
     目录           0  2013-04-03 00:56  MyObdDemo-master\src\eu\
     目录           0  2013-04-03 00:56  MyObdDemo-master\src\eu\lighthouselabs\
     目录           0  2013-04-03 00:56  MyObdDemo-master\src\eu\lighthouselabs\obd\
     目录           0  2013-04-03 00:56  MyObdDemo-master\src\eu\lighthouselabs\obd\commands\
     文件        4231  2013-04-03 00:56  MyObdDemo-master\src\eu\lighthouselabs\obd\commands\ObdCommand.java
............此处省略64个文件信息

评论

共有 条评论