-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1
-
IP地址格式转换易语言源码,
IP地址格式转换易语言源码,-IP address format conversion easy language source code,
- 2022-08-21 22:49:31下载
- 积分:1
-
ftp commonly used commands and parameters
ftp常用的命令和参数-ftp commonly used commands and parameters
- 2022-02-14 00:04:24下载
- 积分:1
-
FLASH source material
FLASH素材源码-推荐企业网站FLASH标头推 荐企业网站FLASH标头-FLASH source material-recommended websites FLASH header re commended websites FLASH header re commended websites FLASH header
- 2022-03-23 20:57:54下载
- 积分:1
-
一个网络工具的开发包 很有实用价值
一个网络工具的开发包 很有实用价值-a network tool development kits very practical value
- 2023-05-28 09:35:03下载
- 积分:1
-
文件传输,自已学习时写的小程序,功能简单,适合初学网络编程的朋友,喜欢的朋友请下。...
文件传输,自已学习时写的小程序,功能简单,适合初学网络编程的朋友,喜欢的朋友请下。-FileTran
- 2023-07-31 00:25:02下载
- 积分:1
-
简单的局域网传送文件示例可用于网络编程入门学习离实用还有些距离...
简单的局域网传送文件示例可用于网络编程入门学习离实用还有些距离-simple example LAN transmission of documents to be used in network programming from the practical learning portal also some distance
- 2022-05-23 21:33:59下载
- 积分:1
-
这是我们开发一个报警服务, 从串口读报警, 用TCP把报警发送到客户端, 包括完成端口通讯, ADO数据库访问, 串口通讯等类, 数据库表我就不提供了, Ala...
这是我们开发一个报警服务, 从串口读报警, 用TCP把报警发送到客户端, 包括完成端口通讯, ADO数据库访问, 串口通讯等类, 数据库表我就不提供了, AlarmService /RegServer 安装服务, AlarmService /Start 开始服务, AlarmService /Stop 结束服务, AlarmService /UnRegServer 卸载服务-This is our development of an alarm service, alarm time from the serial port, using TCP to the police sent to the client, including the completion of port communications, ADO database access, serial communications, and other categories, database table I do not provide, AlarmService/RegServer installation services, AlarmService/Start to start service, AlarmService/Stop the end of services, AlarmService/UnRegServer unloading services
- 2022-08-13 03:44:01下载
- 积分:1
-
ASP网络编程实例源程序,对初学ASP网络编程很有帮助
ASP网络编程实例源程序,对初学ASP网络编程很有帮助-ASP source example of network programming, network programming for the novice ASP helpful
- 2022-06-15 14:30:06下载
- 积分:1
-
利用Indy组件可以更方便地开发出网络通信软件,Indy开放源代码的形式使用户能有效地实现多线程通信。...
利用Indy组件可以更方便地开发出网络通信软件,Indy开放源代码的形式使用户能有效地实现多线程通信。-using Indy components can be more easily develop a network communications software, Indy open-source form so that users can effectively achieve multithreaded communications.
- 2022-11-30 07:55:03下载
- 积分:1