Handles tty initialisation events.
When a tty command processor is connected to an output device it may be that some action needs to be taken to initialise the system. The delegate is called to provide an opportunity for this to be done.
Name | Description |
---|---|
TerminalConnected() | Called when the tty is connected and ready to display data. |
TerminalDisconnected() | Called when the tty has lost it's display and won't display data sent to it. |
public: void TerminalConnected()
Called when the tty is connected and ready to display data.
public: void TerminalDisconnected()
Called when the tty has lost it's display and won't display data sent to it.