We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I want to implement multiple TCP connection. I search in Keil help and i found this page "Multiple TCP Connections". I understand the sample code in the help file but i don't know what is the type of "user_session" variable? can anyone help me? thanks in advanced
I understand the sample code in the help file but i don't know what is the type of "user_session" variable?
"user_session" must be a global variable of type USER_INFO I guess