18 byte Value {
get; set; }
27 int Number {
get; set; }
Output.ValueChangedEventHandler ValueChanged
This event has to fire if the Value of the output is changed
delegate void ValueChangedEventHandler(object sender, OutputEventArgs e)
Event handler for ValueChanged events.
Interface for items which can be added the the NamedItemList.
Common interface for outputs of any output controller. The Output class implements this interface and...
The namespace DirectOutput.General contains classes for general use.
Basic IOutput implementation.