Clear-Com Logic-Maestro User Manual

Page 100

Advertising
background image

Clear-Com Communication Systems

Eclipse Logic Maestro Instruction Manual

2 - 3 4

SetGPSF (TalkType, GPSF)
[void]

Sets the talktype GPSF e.g.
GPSF <result> = <object>.SetGPSF(<talk
type>,<GPSF>);

SetID (Guid, TalkType) [void]

Sets the ID of the talk/listen status of an object created
by a control macro e.g.
Guid <return> = <object>.GetID(<talk/listen type>);

SetOwnerSystemGPSF(Talk-
Type,GPSF) [void]

Sets the GPSF of the object specified by TalkType e.g.
<object>.SetOwnerSystemGPSF(TalkType.<talk/lis-
ten type>, GPSF);

TalkTypeIsCreated(TalkType)
[bool]

Creates an object TalkType and returns the result as a
boolean e.g.
bool <result> = <object>.TalkTypeIsCreated(Talk-
Type.<talk/listen type>);

ToString () [string]

Returns the string value of an object previously created
by a control macro. e.g.
string <result> = <object>.ToString();

ConfigurationID [Guid]

Sets or returns the configuration ID of an object created
by a control macro as a control object e.g.
ControlObject <ID object> = <object>.Configuratio-
nID;
or
<object>.ConfigurationID = <ID object>;

EntityID [Guid]

Sets or returns the entity ID of an object created by a
control macro as a Guid e.g.
ControlObject <Guid> = <object>.EntityID;
or
<object>.EntityID = <Guid>;

EntityType [dest_type_e]

Returns the entity type of an object created by a control
macro as a Guid e.g.
ControlObject <object> = <object>.EntityType;

IsCreated [bool]

Returns a boolean indicating whether an object created
by a control macro has been created e.g.
ControlObject <bool> = <object>.IsCreated;

LatchDisable [bool]

Sets or returns the latch disable status of an object cre-
ated by a control macro e.g.
ControlObject <bool> = <object>.LatchDisable;
or
<object>.LatchDisable = <bool>;

Macro

Description

Advertising