This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels