beautypg.com

Clear-Com Logic-Maestro User Manual

Page 110

background image

Clear-Com Communication Systems

Eclipse Logic Maestro Instruction Manual

2 - 4 4

LocalAction (PortObject, Loca-
lAction) [LocalAction]

Returns a control for a local action on the specified port
e.g.
LocalAction = ControlActions.LocalAction(PortOb-
ject, LocalAction.Null);

MicMute (PortObject) [Control-
Macro]

Mutes the microphone on the specified port e.g.
ControlMacro = ControlActions.MicMute(PortOb-
ject);

NewDCCAction (ushort, ushort,
int, bool) [Action]

Returns a Digital Control Card (DCC) action e.g.
Action = ControlActions.NewDCCAc-
tion(,,,relay>);

RouteOff (PortObject, PortOb-
ject) [Action]

Returns a new action for disabling a route between two
ports e.g.
Action = ControlAction.RouteOff (port object>,);

RouteOff (ushort, ushort, ushort)
[Action]

Returns a new action for disabling a route between two
ports e.g.
Action = ControlAction.RouteOff (portnumber >,,system number>);

RouteOffPartyLine (PortObject,
EntityObject) [Action]

Returns a new action for disabling a route between two
party lines (conferences) e.g.
Action = ControlActions.RouteOffPartyLine(PortOb-
ject, EntityObject);

RouteOn (PortObject, PortOb-
ject) [Action]

Returns a new action for enabling a route between two
ports e.g.
Action = ControlAction.RouteOn (port object>,);

RouteOn (PortObject, ushort)
[Action]

Returns a new action for enabling a specified route e.g.
Action = ControlActions.RouteOn(PortObject,
);

RouteOn (ushort, ushort, ushort)
[Action]

Returns a new action for enabling a route between two
ports e.g.
Action = ControlAction.RouteOn(portnumber >,,system number>);

Macro

Description