beautypg.com

Clear-Com Logic-Maestro User Manual

Page 119

background image

Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual

2 - 5 3

GetHashCode () [int]

Returns the hash code of an object previously created
by a control as an integer. e.g.
int = .GetHashCode();

GetLocalSharedListenPortNum-
berForRemoteEntity(PortOb-
ject) [ushort]

Returns the port number on the remote system for the
specified Listen port object e.g.
ushort = ControlMacro.GetLo-
calSharedListenPortNumberForRemoteEntity(object>);

GetLocalSharedTalkPortNum-
berForRemoteEntity(PortOb-
ject) [ushort]

Returns the port number on the remote system for the
specified Talk port object e.g.
ushort = ControlMacro.GetLo-
calSharedTalkPortNumberForRemoteEntity(object>);

GetPartyLine(string) [EntityOb-
ject]

Returns an entity for the named party line talk label e.g.
EntityObject = ControlMacro.GetPartyL-
ine();

GetPartyLine(string string) [Enti-
tyObject]

Returns the talk and listen labels for the party line e.g.
EntityObject = ControlMacro.GetPartyL-
ine(, );

GetPartylineMembers(EntityOb-
ject) [EntityObject[]]

Returns the members of a party line e.g.
EntityObject[] = ControlMacro.GetPartyL-
ineMembers(EntityObject);

GetPort (Guid) [PortObject]

Gets the Guid for a port e.g.
PortObject = ControlMacro.GetPort(Guid>);

GetPort (int) [PortObject]

Returns a reference for the specified port number e.g.
PortObject p = ControlMacro.GetPort(600)

GetPort (string) [PortObject]

Returns a reference for a port with the given Talk label
e.g.
PortObject p = ControlMacro.GetPort("Talk ")

GetPort(string string) [PortOb-
ject]

Returns the reference for a port with the given Talk and
Listen labels e.g.
PortObject p = ControlMacro.GetPort("Talk ", "Lstn
")

GetPort(string string int) [PortO-
bject]

Returns the reference for a port with the given Talk and
Listen labels and port number e.g.
PortObject p = ControlMacro.GetPort("Talk ", "Lstn
", 600)

Macro

Description