Clear-Com Logic-Maestro User Manual

Page 119

Advertising
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 <result> = <object>.GetHashCode();

GetLocalSharedListenPortNum-
berForRemoteEntity(PortOb-
ject) [ushort]

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

GetLocalSharedTalkPortNum-
berForRemoteEntity(PortOb-
ject) [ushort]

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

GetPartyLine(string) [EntityOb-
ject]

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

GetPartyLine(string string) [Enti-
tyObject]

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

GetPartylineMembers(EntityOb-
ject) [EntityObject[]]

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

GetPort (Guid) [PortObject]

Gets the Guid for a port e.g.
PortObject <result> = ControlMacro.GetPort(<port-
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

Advertising