1 Star 0 Fork 6

RadiumGitee/NetAssistant

forked from micoder/NetAssistant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
define.h 253 Bytes
一键复制 编辑 原始数据 按行查看 历史
shikedj 提交于 2020-12-29 11:22 +08:00 . Change the encoding of source file to UTF8 with BOM
#ifndef MDEFINE_H
#define MDEFINE_H
//定义通讯工作模式
#define UDP_MODE 0
#define TCP_SERVER_MODE 1
#define TCP_CLIENT_MODE 2
#define TEXT_FILE_STREAM 1
#define DATA_FILE_STREAM 2
#endif // MDEFINE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/radiumgitee/NetAssistant.git
git@gitee.com:radiumgitee/NetAssistant.git
radiumgitee
NetAssistant
NetAssistant
master

搜索帮助