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::ITerminalCmdHandler

A class that provides this interface can process tty string commands.

Functions

Name Description
TerminalCmdCallback(const char *)

This method is called when a command should be processed.


virtual void Geo::ITerminalCmdHandler::TerminalCmdCallback


public: void TerminalCmdCallback
(
    const char * cmd
)


This method is called when a command should be processed.

  • No labels