Current macros, Current macros -56 – Clear-Com Logic-Maestro User Manual
Page 122
Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual
2 - 5 6
CURRENT MACROS
GetSource() [PortObject]
Returns the source port for a crosspoint e.g.
PortObject
GetType() [Type]
Returns the type of an object previously created by a
control macro. e.g.
Type
Resets(ControlLatch) [void]
Resets a control latch object e.g.
Sets(ControlLatch) [void]
Sets a control latch object e.g.
Toggles(ControlLatch) [void]
Toggles a control latch object e.g.
ToString() [string]
Returns the string value of an object previously created
by a control macro. e.g.
string
Triggers(ControlMacro) [void]
Triggers a control macro from a latch e.g.
Triggers(Action] [void]
Triggers an action from a latch e.g.
On [bool]
Sets a crosspoint On/Off state to that specified by the
boolean e.g.
crosspointControl.On =
Priority [uint]
Sets a crosspoint priority level to the value specified e.g.
crosspointControl.Priority =
Macro
Description
Macro
Description
Equals(Object) [bool]
Tests the equivalence of two objects and returns True or
False. e.g.
bool
GetHashCode() [int]
Returns the hash code of an object previously created
by a control as an integer. e.g.
int
GetType() [Type]
Returns the type of an object previously created by a
control macro. e.g.
Type