pssips.c

来自「SIM卡的驱动程序,有利于开发一些与SIM相通的一些工具,或者手机软件SIM驱动」· C语言 代码 · 共 77 行

C
77
字号
///////////////////////////////////////////////////////////////////////////////
//
//   CONEXANT SYSTEMS, INC. - WIRELESS COMMUNICATIONS DIVISION
//
///////////////////////////////////////////////////////////////////////////////
//
//   DESCRIPTION:
//
//   REVISION HISTORY 
//
//  $Log:   W:\UC\Ph2Sw\Rockwell\base\Ps\ARCHIVES\PSSIPS.C_v  $ dmk_opt
//   
//      Rev 1.0   01 Sep 2000 15:55:36   dangmk
//    
//   
///////////////////////////////////////////////////////////////////////////////
//
//   CONEXANT CONFIDENTIAL AND PROPRIETARY
//
//   This source is the sole property of Conexant.  Reproduction or
//   utilization of this source in whole or in part is forbidden without
//   the written consent of Conexant.
//
//   (c) Copyright Conexant, 2000.  All Rights Reserved.
//
///////////////////////////////////////////////////////////////////////////////
  
/*---------------------------- Includes: ---------------------------------*/

#include "wcdtypes.h"
#include "..\system\sysprim.h"
#include "..\global\types.h"
#include "gsmprim.h"
#include "..\system\mboxes.h"
#include "..\global\txif.h"
#include "..\ps\pssi.h"
#include "..\global\useif.h"

/*---------------------------- Local Defines: ----------------------------*/



/*---------------------------- Local Typedefs: ---------------------------*/



/*---------------------------- Local Statics: ----------------------------*/



/*----------------------- Local Function Prototypes: ---------------------*/



/*---------------------------- Local Functions: --------------------------*/



/*---------------------------- Global Functions: -------------------------*/

/*
Name:    SendPSSIInd
Desc:    Used to indicate that the state of the SIM has changed, or
         that the requested operation has been completed.
Params:  PS_STATE *Success - Pointer to the SIM state.
Returns: Nothing
Caveats:
*/

void SendPSSIInd(PS_STATE *SIMState)
 {
  GSMSendMessage(SISAP, PSSIInd, SIMState);
 }

/*------------------------------------------------------------------------*/

⌨️ 快捷键说明

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