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