2 using System.Collections.Generic;
byte Value
Value of the Output. Valid value range is 0-255.
Common interface for outputs of any output controller. The Output class implements this interface and...
EventArgs for events of IOutput objects.
OutputEventArgs()
Initializes a new instance of the OutputEventArgs class.
OutputEventArgs(IOutput Output)
Initializes a new instance of the OutputEventArgs class.
string Name
Name of the named item. Triggers BeforeNameChange before a new Name is set. Triggers AfterNameChang...
Basic IOutput implementation.