Clear-Com Logic-Maestro User Manual
Page 120

Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual
2 - 5 4
GetType () [Type]
Returns the type of an object previously created by a
control macro. e.g.
Type
Inhibits(ControlMacro) [void]
Causes a specified control action to be inhibited e.g.
Inhibits(ControlMacro, ushort)
[void]
Causes a specified control action to be inhibited e.g.
NameExists(string) [bool]
Returns a boolean indicating whether a named entity
exists e.g.
bool
Resets(ControlLatch) [void]
Resets the specified control latch e.g.
SetDefaultGateway(string) [void]
Sets the default gateway address 1 on a frame to the
specified string e.g.
ControlMacro.SetDefaultGateway(
SetDefaultGateway2(string)
[void]
Sets the default gateway address 2 on a frame to the
specified string e.g.
ControlMacro.SetDefaultGateway2(
Sets(ControlLatch) [void]
Set a control latch e.g.
SetSubnetMask(string) [void]
Sets the subnetmask 1 on a frame to the specified string
e.g.
ControlMacro.SetSubnetMask(
SetSubnetMask2(string) [void]
Sets the subnetmask 2 on a frame to the specified string
e.g.
ControlMacro.SetSubnetMask2(
Toggles(ControlLatch) [void]
Toggles the specified control latch e.g.
ToString () [string]
Returns the string value of an object previously created
by a control macro. e.g.
string
Macro
Description