.lua Expert Cheater
Reputation: 1
Joined: 13 Sep 2018 Posts: 203
|
Posted: Sun Dec 29, 2019 11:58 pm Post subject: How to receive and send network data in ce7.0 |
|
|
As shown in the figure: WPE is a software that can receive and send data packets of network card. Can ce7.0 also be implemented.
There are two standard functions in C++:
send(byval s as SOCKET, byval buf as const zstring ptr, byval len as long, byval flags as long) as long
recv(byval s as SOCKET, byval buf as zstring ptr, byval len as long, byval flags as long) as long
| Description: |
|
| Filesize: |
52.8 KB |
| Viewed: |
1420 Time(s) |

|
|
|