Clear-Com Logic-Maestro User Manual
Page 119
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
GetLocalSharedListenPortNum-
berForRemoteEntity(PortOb-
ject) [ushort]
Returns the port number on the remote system for the
specified Listen port object e.g.
ushort
calSharedListenPortNumberForRemoteEntity(
GetLocalSharedTalkPortNum-
berForRemoteEntity(PortOb-
ject) [ushort]
Returns the port number on the remote system for the
specified Talk port object e.g.
ushort
calSharedTalkPortNumberForRemoteEntity(
GetPartyLine(string) [EntityOb-
ject]
Returns an entity for the named party line talk label e.g.
EntityObject
ine(
GetPartyLine(string string) [Enti-
tyObject]
Returns the talk and listen labels for the party line e.g.
EntityObject
ine(
GetPartylineMembers(EntityOb-
ject) [EntityObject[]]
Returns the members of a party line e.g.
EntityObject[]
ineMembers(EntityObject);
GetPort (Guid) [PortObject]
Gets the Guid for a port e.g.
PortObject
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