📄 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 + -