Hi,
I want to have a socket server inside the sample application and I'd like to use poll() function to poll the socket incoming data from client. there are several function in z-stack-Linux-sample-application such as:
1. add_poll_fds() ;
2. polling_define_poll_fd();
3. polling_undefine_poll_fd();
4. polling_process_activity()
How can I use them for my purpose?