Clear-Com Logic-Maestro User Manual

Page 96

Advertising
background image

Clear-Com Communication Systems

Eclipse Logic Maestro Instruction Manual

2 - 3 0

ActivateWithTalk [bool]

Either returns the talk status of an object created by a
control macro as a boolean True or False or sets the talk
status of an object to a boolean True or False e.g.
AttachmentObject <result> = <object>.ActivateWith-
Talk;
or
<object>.ActivateWithTalk = <talk state>;

AttachID [Guid]

Either returns the ID of an object created by a control
macro as type Guid or sets the ID of an object to a Guid
e.g.
AttachmentObject <ID result> = <object>.AttachID;
or
<object>.AttachID = <ID value>;

AttachmentType [Attachment-
Type]

Either returns the attachment type of an object created
by a control macro or sets the attachment type of an
object e.g.
AttachmentObject <AttachType> = <object>.Attach-
mentType;
or
<object>.AttachmentType = <AttachType>;

ConfigurationID [Guid]

Either returns the configuration ID of an object created
by a control macro as type Guid or sets the configura-
tion ID of an object to a Guid e.g.
AttachmentObject <configID> = <object>.Configura-
tionID;
or
<object>.ConfigurationID = <configID>;

Description [string]

Either returns the description of an object created by a
control macro as a string or sets the description of an
object to a string e.g.
AttachmentObject <string> = <object>.Description;
or
<object>.Description = <string>;

DTMFAutoDialSeq [string]

Either returns the auto dial sequence (number) of an
object created by a control macro as a string or sets the
auto dial sequence (number) of an object to a string
e.g.
AttachmentObject <string> = <object>.DTMFAutoDi-
alSeq;
or
<object>.DTMFAutoDialSeq = <string>;

Macro

Description

Advertising