dialer.h
来自「MCS51产单片机上实现的tcp/ip,很全的哦,需要的可以参考一下.」· C头文件 代码 · 共 15 行
H
15 行
/* Dynamic dialup params */
struct asydialer {
char *actfile; /* Script to activate line */
char *dropfile; /* Script to drop line */
char *ansfile; /* Script to answer incoming call */
struct timer idle; /* Idle timeout timer */
long originates; /* Count of times we bring up the link */
long answers; /* Count of incoming calls */
long localdrops; /* Count of times we dropped the link */
int dev;
};
int sd_init(struct iface *,int32,int,char **);
int sd_stat(struct iface *);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?