📄 pscmds.h
字号:
///////////////////////////////////////////////////////////////////////////////
//
// CONEXANT SYSTEMS, INC. - WIRELESS COMMUNICATIONS DIVISION
//
///////////////////////////////////////////////////////////////////////////////
//
// DESCRIPTION:
//
// REVISION HISTORY
//
// $Log: W:\UC\Ph2Sw\Rockwell\base\Ps\ARCHIVES\PSCMDS.H_v $ dmk_opt
//
// Rev 1.0 01 Sep 2000 15:55:32 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.
//
///////////////////////////////////////////////////////////////////////////////
/*---------------------- Global Function Prototypes: ---------------------*/
extern BOOLEAN ChkSIMSelect(void);
extern void DoSIMSelect(void);
extern BOOLEAN ChkSIMSeek(void);
extern void DoSIMSeek(void);
extern BOOLEAN ChkSIMVerifyPIN(void);
extern void DoSIMVerifyPIN(void);
extern BOOLEAN ChkSIMChangePIN(void);
extern void DoSIMChangePIN(void);
extern BOOLEAN ChkSIMDisablePIN(void);
extern void DoSIMDisablePIN(void);
extern BOOLEAN ChkSIMEnablePIN(void);
extern void DoSIMEnablePIN(void);
extern BOOLEAN ChkSIMRunGSMAlg(void);
extern void DoSIMRunGSMAlg(void);
extern BOOLEAN ChkSIMReadBin(void);
extern void DoSIMReadBin(void);
extern BOOLEAN ChkSIMReadRec(void);
extern void DoSIMReadRec(void);
extern BOOLEAN ChkSIMGetResp(void);
extern void DoSIMGetResp(void);
extern BOOLEAN ChkSIMUpdBin(void);
extern void DoSIMUpdBin(void);
extern BOOLEAN ChkSIMUpdRec(void);
extern void DoSIMUpdRec(void);
extern BOOLEAN ChkSIMUnblock(void);
extern void DoSIMUnblock(void);
extern BOOLEAN ChkSIMStatus(void);
extern void DoSIMStatus(void);
extern BOOLEAN ChkSIMSleep(void);
extern void DoSIMSleep(void);
extern BOOLEAN ChkSIMInvalidate(void);
extern void DoSIMInvalidate(void);
extern BOOLEAN ChkSIMRehabilitate(void);
extern void DoSIMRehabilitate(void);
extern BOOLEAN ChkSIMIncrease(void);
extern void DoSIMIncrease(void);
/*------------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -