command

command

  • @static

Constructor

command(commandopt) → {string}

Description:
  • Implements an ASCII command and returns the answer.

Parameters:
Name Type Attributes Default Description
command string <optional>
"h"

The command.

  • The command("h") returns the command usage.
Returns:

The command answer.

Type
string