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.
The callback function netTELNETs_ProcessCommand processes and executes the command requested by the Telnet client.
In my application, I have to send a list of message to answer to only one command request.
I've seen in the documentation that the function netTELNETs_RequestMessage is used to pass unsolicited messages to the Telnet server.
Is it possible to use this function to send several messages, and how can I use it ?
Thanks !
Thierry