Output Port

An output port that many input ports can connect to
Sends a signal whenever the output value is changed
Vars | |
output_value | The output value of the port |
---|---|
Procs | |
compatible_datatype | Determines if a datatype is compatible with another port of a different type. |
null_output | Signal handler proc to null the output if an atom is deleted. An update is not sent because this was not set. |
set_output | Sets the output value of the port |
Var Details
output_value

The output value of the port
Proc Details
compatible_datatype
Determines if a datatype is compatible with another port of a different type.
Arguments:
- other_datatype - The datatype to check
null_output
Signal handler proc to null the output if an atom is deleted. An update is not sent because this was not set.
set_output
Sets the output value of the port
Arguments:
- value - The value to set it to