2 using System.Collections.Generic;
5 using DirectOutput.Cab.Out;
6 using System.Xml.Serialization;
8 namespace DirectOutput.Cab.Toys.Basic
32 _Output = Cabinet.
Outputs[OutputName];
44 public string OutputName {
get;
set; }
56 get {
return _Value; }
59 _Value = value.Limit(0, 255);
62 _Output.
Value = (byte)_Value;
70 public override void Reset()
80 public void SetValue(
int Value)