Basic IOutput implementation.
More...
|
byte | Value [get, set] |
| Value of the Output.
Valid value range is 0-255. More...
|
|
int | Number [get, set] |
| Gets or sets the number of the Output object. More...
|
|
string | Name [get, set] |
| Name of the named item.
Triggers BeforeNameChange before a new Name is set.
Triggers AfterNameChanged after a new name has been set. More...
|
|
string | Name [get, set] |
| Gets or sets the name of the item.
Must fire the BeforeNameChange and AfterNameChange events when the value of the property is changed. More...
|
|
byte | Value [get, set] |
| Value of the output.
More...
|
|
int | Number [get, set] |
| Gets or sets the number of the Output object. More...
|
|
Basic IOutput implementation.
Definition at line 14 of file Output.cs.
void DirectOutput.Cab.Out.Output.OnValueChanged |
( |
| ) |
|
|
protected |
Called when value of the output changes.
Definition at line 55 of file Output.cs.
delegate void DirectOutput.Cab.Out.Output.ValueChangedEventHandler |
( |
object |
sender, |
|
|
OutputEventArgs |
e |
|
) |
| |
Event handler for ValueChanged events.
- Parameters
-
sender | The sender of the event. |
e | The OutputEventArgs instance containing the event data. |
int DirectOutput.Cab.Out.Output.Number |
|
getset |
Gets or sets the number of the Output object.
The number of the Output object.
Definition at line 48 of file Output.cs.
byte DirectOutput.Cab.Out.Output.Value |
|
getset |
Value of the Output.
Valid value range is 0-255.
Definition at line 26 of file Output.cs.
Event fires if the Value property of the Ouput is changed
Definition at line 66 of file Output.cs.
The documentation for this class was generated from the following file:
- C:/Users/tom/Documents/Github/DirectOutput/DirectOutput/Cab/Out/Output.cs