These object holds the inlets or outlets as returned by a unit:
or
A specific inlet or outlet can be then accessed by name:
access a specific iolet by name. eg. this is useful when the iolet name is "1" and cannot use the shorthand, or if your code creates the name dynamically
key |
inlet or outlet name as defined in the driver file for the object. This is where the MxInlet or MxOutlet objects are created and named. |
an MxInletApp or MxOuletApp
usually returns the first outlet if there is one. This is a useful shorthand if you are working with objects that you dont know what name was used for the output, and you dont much care, you just want to connect the thing.
an MxInletApp or MxOuletApp
Connect this.out to that
inlet |
An MxInletApp or MxQuery. If it is a query then it will attempt to connect to each item in the query. |
the MxInletApp or MxQuery for further chaining
Iterate over the inlets
function |
like collection.do |
this
Used by the accessor shorthand to find the iolet by name
selector |
The iolet name. |
... args |
In case the method call was a mistake, and the iolet is not found, this raises the error and displays the originally supplied args. |
the MxInletApp or MxOutletApp or raise an error
Disconnect all iolets
this