beautypg.com

Clear-Com Logic-Maestro User Manual

Page 100

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 = .SetGPSF(type>,);

SetID (Guid, TalkType) [void]

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

SetOwnerSystemGPSF(Talk-
Type,GPSF) [void]

Sets the GPSF of the object specified by TalkType e.g.
.SetOwnerSystemGPSF(TalkType.ten type>, GPSF);

TalkTypeIsCreated(TalkType)
[bool]

Creates an object TalkType and returns the result as a
boolean e.g.
bool = .TalkTypeIsCreated(Talk-
Type.);

ToString () [string]

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

ConfigurationID [Guid]

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

EntityID [Guid]

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

EntityType [dest_type_e]

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

IsCreated [bool]

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

LatchDisable [bool]

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

Macro

Description