Daedalus Dock - Modules - TypesVar Details - Proc Details

mcinterface

Vars

inputsA list of mcinterfaces that we are recieving from
outputsA list of mcinterfaces that we are outputting to

Procs

AddInput/// MESSAGES
AddOutputAdd an interface to our outputs, and add us to their inputs. Origin is an arg used to prevent an infinite loop of add/remove
RemoveInputRemove an interface from our inputs, and remove us from their outputs. Origin is an arg used to prevent an infinite loop of add/remove
RemoveOutputRemove an interface from our outputs, and remove us from their inputs. Origin is an arg used to prevent an infinite loop of add/remove
SendSend an mcmessage to our outputs

Var Details

inputs

A list of mcinterfaces that we are recieving from

outputs

A list of mcinterfaces that we are outputting to

Proc Details

AddInput

/// MESSAGES

Add an interface to our inputs, and add us to their outputs. Origin is an arg used to prevent an infinite loop of add/remove

AddOutput

Add an interface to our outputs, and add us to their inputs. Origin is an arg used to prevent an infinite loop of add/remove

RemoveInput

Remove an interface from our inputs, and remove us from their outputs. Origin is an arg used to prevent an infinite loop of add/remove

RemoveOutput

Remove an interface from our outputs, and remove us from their inputs. Origin is an arg used to prevent an infinite loop of add/remove

Send

Send an mcmessage to our outputs