ISInterface:Relay

From Lavish Software Wiki
Revision as of 00:36, 3 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • void Relay(char *Session, char *Command)

Purpose

To relay commands from one session to another

Usage

Parameters

  • char *Session
[in] Name of the session to give the command to
  • char *Command
[in] Command to send to the other session

Examples

  • pISInterface->Relay("is2","echo hello is1");

See Also