newsig.h

来自「话费语音查询及点歌软件 电信商用」· C头文件 代码 · 共 30 行

H
30
字号
//////////////////////////////////////////////////////////////////
//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 + =
减小字号Ctrl + -
显示快捷键?