📄 newsig.h
字号:
//////////////////////////////////////////////////////////////////
//NewSig.h
#include <windows.h>
#ifdef __cplusplus
extern "C" {
#endif
int WINAPI Sig_Init(int debugmode);
//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);
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -