MxInletApp:
Filter:
Mx/Classes (extension) | Mx

MxInletApp
ExtensionExtension

scripting object for a units inlet

Description

Instance Methods

.name

Name of this inlet as defined in the objects driver file when it creates the MxInlet objects in ~make

Returns:

symbol

.index

The integer index of this inlet

Returns:

integer

.unit

The unit this inlet belongs to

Returns:

.from

an array of outlets that are connected to this inlet

Returns:

array of MxOutletApp

.disconnect

.spec

<<

Backwards style connecting of an outlet to this inlet. It is usually clearer to write inlet >> outlet

Arguments:

outlet

an MxOutletApp or MxQuery

Returns:

the outlet