This is the documentation for Enlighten.

class Geo ITerminalDelegate

class Geo::ITerminalDelegate

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.

Functions

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.


virtual void Geo::ITerminalDelegate::TerminalConnected


public: void TerminalConnected()


Called when the tty is connected and ready to display data.


virtual void Geo::ITerminalDelegate::TerminalDisconnected


public: void TerminalDisconnected()


Called when the tty has lost it's display and won't display data sent to it.