Clear-Com Logic-Maestro User Manual

Page 105

Advertising
background image

Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual

2 - 3 9

StackedKey [bool]

Sets or returns a boolean indicating whether a key is a
stacked key e.g.
bool <return> = <object>.StackedKey;
or
<object>.StackedKey = <bool>;

TalkAlias [string]

Sets or returns the talk alias of an object created by a
control macro e.g.
ControlObject <string> = <object>.TalkAlias;
or
<object>.TalkAlias = <string>;

TalkLabel [string]

Sets or returns the talk label of an object created by a
control macro e.g.
ControlObject <string> = <object>.TalkLabel;
or
<object>.TalkLabel = <string>;

VoxAction [Guid]

Sets or returns the vox action of an object created by a
control macro e.g.
Guid <Guid> = <object>.VoxAction;
or
<object>.VoxAction = <Guid>;

Macro

Description

Advertising