⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 diag_mb1.h

📁 Freediag contains various drivers (ISO9141, ISO14230, SAEJ1850-VPW, SAEJ1850-PWM) for different adap
💻 H
字号:
/*
 *	freediag - Vehicle Diagnostic Utility
 *
 * CVSID $Id: diag_mb1.h,v 1.2 2002/04/03 04:56:40 bjorn_helgaas Exp $
 *
 * Copyright (C) 2001 Richard Almeida & Ibex Ltd (rpa@ibex.co.uk)
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 *************************************************************************
 *
 * Library user header file
 */
#ifndef _DIAG_MB1_H_
#define _DIAG_MB1_H_

#include "diag_l2_mb1.h" /* for diag_l2_proto_mb1_int_recv() */

#define	DIAG_MB1_GETDTC		0x05	/* Get Diagnostic Trouble Codes */
#define	DIAG_MB1_GETID		0x0f	/* Ask for controller/hw/sw version */
#define	DIAG_MB1_UNKNOWN1	0x10	/* Dunno yet */
#define	DIAG_MB1_UNKNOWN2	0x30	/* Dunno yet */
#define	DIAG_MB1_UNKNOWN3	0x38	/* Dunno yet */
#define	DIAG_MB1_IDLE		0x50	/* Idle message */

#define DIAG_MB1_ANSWER_MASK	0x80	/* Bit set for answers */

#endif /* _DIAG_MB1_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -