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.
I'm using LPC2368 to develop UDP send/receive data Function,But in the RTLTCP library,there is not UDP Receive function,How could I receive data ?
There is listener function that you define and pass as parameter to udp_get_socket function. Look in the help and examples for these function.
www.keil.com/.../rlarm_udp_get_socket.htm
Callback example in the page end: www.keil.com/.../rlarm_tn_using_udpsoc_example.htm