Overload List
| Name | Description | |
|---|---|---|
| Write(CogIODiscreteData) |
Set the state of zero or more output lines as described
by the supplied argument. This argument is a data structure
holding a set of line/value pairs. This method steps through
this set of data, setting in turn each specified line to the
specified state.
| |
| Write(CogIOOutputData) |
Set the state of zero or more output lines as described
by the supplied argument. This argument is a data structure
holding a set of line/value pairs. This method steps through
this set of data, setting in turn each specified line to the
specified state.
(Overrides CogIODevice Write(CogIOOutputData).) |
See Also