You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there, I stumbled across your lovly telnet server, it works nicly, the onlything I have trouble with is how you intended to use it
If I understand this corecly, each Screen has to public abstract string GetScreen();
this function will return, what you want each screen to display
What I don't understand is how do you process commands from the user?
There is the function: public abstract void ProcessPresentation(string presentation);
which leads to nowhere, is this the function which was intended to process commands from the user?
If it was, I am not realy sure how to call new Telnet.ClearScreen() from it
Thanks for Anwsering and Best Regards
The text was updated successfully, but these errors were encountered:
Hello there, I stumbled across your lovly telnet server, it works nicly, the onlything I have trouble with is how you intended to use it
If I understand this corecly, each Screen has to public abstract string GetScreen();
this function will return, what you want each screen to display
What I don't understand is how do you process commands from the user?
There is the function: public abstract void ProcessPresentation(string presentation);
which leads to nowhere, is this the function which was intended to process commands from the user?
If it was, I am not realy sure how to call new Telnet.ClearScreen() from it
Thanks for Anwsering and Best Regards
The text was updated successfully, but these errors were encountered: