?? newsig.h
字號:
//////////////////////////////////////////////////////////////////
//NewSig.h
#include <windows.h>
#ifdef __cplusplus
extern "C" {
#endif
#define SIG_CADENCE_BUSY 1 //忙音
#define SIG_CADENCE_RINGBACK 2 //回鈴音
int WINAPI Sig_Init(int );
//0 not debug 1 debug dial 2 debug dial and busy check
int WINAPI Sig_CheckBusy(WORD wChNo);
int WINAPI Sig_StartDial(WORD wChNo,char* DialNum,char* PreDialNum,WORD wMode);
int WINAPI Sig_CheckDial(WORD wChNo);
int WINAPI Sig_GetDialStep(WORD wChNo);
int WINAPI Sig_GetCadenceCount(WORD wChNo,int nCadenceType);
void WINAPI Sig_ResetCheck(WORD channel);
//add for test only
// add for test only
#ifdef __cplusplus
}
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -