⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialer.h

📁 嵌入式TCP/IP协议栈。 C 源码
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -