ZZDNet分布式网络通信软件
北京执竹科技有限公司
 
载入中...
搜索中...
未找到
ZZDNetServerDef.h
浏览该文件的文档.
1#pragma once
2#include <string>
6typedef void(*ZZDNetServerLogCallback)(std::string log, void *usr);
10typedef void(*ZZDNetServerClientInfoCallback)(std::string name, std::string socket, std::string info, void *usr);
void(* ZZDNetServerClientInfoCallback)(std::string name, std::string socket, std::string info, void *usr)
服务器客户端信息回调函数定义
定义 ZZDNetServerDef.h:10
void(* ZZDNetServerLogCallback)(std::string log, void *usr)
服务器Log回调函数定义
定义 ZZDNetServerDef.h:6