dv80sim.hec

来自「这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后」· HEC 代码 · 共 64 行

HEC
64
字号
/******************************************************************************/
/* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */
/******************************************************************************/
/*F(*************************************************************************** 
 * File name : %M%
 * Project : ROAD RUNNER
 * Module :
 * Date : (US) %G% %U%
 * Version : %I%
 * Compiler name and release(s) :
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    DESCRIPTION
 *
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                           FUNCTIONS DEFINED IN THIS FILE
 *----------------------------------------------------------------------------* 
 * Name            | Object
 *----------------------------------------------------------------------------* 
 * 
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    EVOLUTION
 *----------------------------------------------------------------------------* 
 * Date     | Author    | Arnb   | Description
 *----------------------------------------------------------------------------* 
 * 13.01.98 | A.NICOLAS | XXYYYY | Creation  
 ***************************************************************************)F*/
/* #*/

/*inc - INCLUDE
---------------*/

#ifndef DV80SIM_HEC
#define DV80SIM_HEC

/* Sim reset parameters */
#define SIM_RESET_COLD_5V		0xFF
#define SIM_VOLTAGE_IN_7F20             0xFE
#define SIM_RESET_COLD_3V		0xFD

#if defined (PCF50603_HDW)
#define SMC_RESET_COLD_1_8V             0xFC
#endif

/* Error codes */
#define NO_SIMCARD                       0xFF
#define SIM_BAD_ANSWER			 0xFE
#define SAP_NOT_STARTED                  0xFD

/* Read IMSI */
/* Be carful if you modify these values, you have to regenerate the dvsim.dll */
#define CHECK_IMSI_CARD                 0x00
#define NO_CHECK_IMSI_CARD              0x01


#if defined(NEW_TAT_SIM_MANAGEMENT_FTR) && !defined (TAT_SIMU)
#define v_MsgHeader s_MsgHeader
#define v_ATR       a_AnswerToReset
#endif

#endif /* DV80SIM_HEC */ 

⌨️ 快捷键说明

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