Clear-Com Logic-Maestro User Manual

Page 111

Advertising
background image

Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual

2 - 4 5

RouteToGroup (ushort, ushort,
bool, bool, ushort) [Action]

Returns an action for creating a route between two
groups e.g.
Action = ControlActions.RouteToGroup(<source
port no>, <group offset number>, <talk or listen
boolean>, <permanent boolean>, <remote system
number>);

RouteToGroupAction ()
[RouteToGroupAction]

Returns an action for creating a route to a group e.g.
RouteToGroupAction <result> = ControlAc-
tions.RouteTo GroupAction();

RouteToGroupOn (ushort, ush-
ort) [Action]

Returns an action for enabling a route between two
groups e.g.
Action = ControlActions.RouteToGroupOn(<source
port no>, <group number>);

RouteToIfbOn (PortObject, Por-
tObject) [Action]

Returns an action for enabling a route to an IFB e.g.
Action = ControlActions.RouteToIfbOn(<source port
object>, <destination port object>);

RouteToPartyLine (portObject,
EntityObject) [Action]

Returns an action for enabling a route to a party line e.g.
Action = ControlActions.RouteToPartyLine(<source
port object>, <party line object>);

RouteToPartyLine (ushort, ush-
ort, bool, bool, ushort) [Action]

Returns an action for enabling a route between two
party lines e.g.
Action = ControlActions.RouteToPartyLine(<source
port number>, <party line number>, <talk or listen
boolean>, <permanent boolean>, remote system
number>);

RouteToPartyLineAction ()
[RouteToPartyLineAction]

Returns an action for creating a route to a party line e.g.
RouteToPartyLineAction <result> = ControlAc-
tions.RouteTo PartyLineAction();

SourceToIfbOn (PortObject,
PortObject) [Action]

Creates an action to enable a crosspoint linking the
source and destination ports for an IFB.
PortObject s = ControlMacro.GetPort(sourceport);
PortObject d = ControlMacro GetPort(destport);
Action action;
action = ControlActions.SourceToIfbOn(s, d);

SpeedDial (PortObject, string)
[SpeedDialAction]

Returns an action for creating a speed dial with a port
object and a telephone number e.g.
SpeedDialAction <result> = ControlAction.SpeedDi-
alAction (<port object>,<telephone number>);

Macro

Description

Advertising