Home > Software engineering >  How to implement TCP functions in MFC interface
How to implement TCP functions in MFC interface

Time:10-05

Everybody, I am a novice, the first time do with MFC interface, could you tell me how to implement TCP functions in interface each elder (don't need a dialog), the younger brother what I use is cc3200 of ti company, which has wifi module, the hardware circuit is ready, and the chip can send data with computer, how to parse the data packets, now only MFC interface in addition to outside the MFC defined on the IP and port, what to do next? As below color,

CodePudding user response:

TCP is original and interface's fine
They introduce many relations socket

CodePudding user response:

TCP has nothing to do with the interface, in addition to link is the custom package, which is to define a structure, customer and service contract period of communication, what each control display,

CodePudding user response:

Don't know how many predecessors in the TCP Socket
Send (many) send (less) send (wealth)
Has been so much illness recv (), recv (wealth)
Inside the trap!
http://bbs.csdn.net/topics/380167545

CodePudding user response:

Look at the Windows network programming, know about the win the sock API

CodePudding user response:

Oh oh, thank the teachers give directions

CodePudding user response:

http://download.csdn.net/download/wj20080713/8635851
  • Related