Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

NameDescription
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.


Anchor
ab54486404139b5f94fe1e158bc34973c
ab54486404139b5f94fe1e158bc34973c

virtual void Geo::ITerminalDelegate::TerminalConnected

...

public: void TerminalConnected()

...

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


Anchor
a3a22d04686d1b5cd0275fc21f2e6e871
a3a22d04686d1b5cd0275fc21f2e6e871

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.