当前位置: 首页 > 工具软件 > HP-Socket > 使用案例 >

java项目hpsocket使用实例_HP-Socket开发TCP Server

慕容成和
2023-12-01

【实例简介】

HP-Socket开发TCP Server。

简单地TCP Server,示例如何使用HP-Socket

【实例截图】

【核心代码】

TCP_Server

└── TCP_Server

├── Debug

│   ├── HPSocket_D.dll

│   ├── TCP_Server.exe

│   ├── TCP_Server.ilk

│   └── TCP_Server.pdb

├── TCP_Server

│   ├── Debug

│   │   ├── Source.obj

│   │   ├── TCP_Server.Build.CppClean.log

│   │   ├── TCPServerListenerClass.obj

│   │   ├── TCP_Server.log

│   │   ├── TCP_Server.tlog

│   │   │   ├── CL.command.1.tlog

│   │   │   ├── CL.read.1.tlog

│   │   │   ├── CL.write.1.tlog

│   │   │   ├── link.command.1.tlog

│   │   │   ├── link.read.1.tlog

│   │   │   ├── link.write.1.tlog

│   │   │   └── TCP_Server.lastbuildstate

│   │   ├── vc140.idb

│   │   └── vc140.pdb

│   ├── HPSocket_D.lib

│   ├── HPSocket.h

│   ├── HPTypeDef.h

│   ├── SocketInterface.h

│   ├── Source.cpp

│   ├── TCPServerListenerClass.cpp

│   ├── TCPServerListenerClass.h

│   ├── TCP_Server.vcxproj

│   └── TCP_Server.vcxproj.filters

├── TCP_Server.sln

└── TCP_Server.VC.db

5 directories, 28 files

 类似资料: