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

📄 commandset.h

📁 使用USR和RockWell Modem的语音Modem程序
💻 H
字号:
//************************************************************//   commandsequence class definition for the speakerphone app.//************************************************************class CommandSet{   protected:      char*             Name;      CommandSequence*  Commands;      CommandSet*       next;   public:      CommandSet();      int Init(ConfigInfo* conf);      int ReadFile(FILE* fp);      ~CommandSet();      CommandSequence* GetSequence(char* Name);};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -