Class Gate
[Serializable]
public class Gate : Setting_bool, ISetting
- Inheritance
-
Gate
- Implements
- Inherited Members
Constructors
Gate(bool, string)
public Gate(bool value, string pinList)
Parameters
Methods
ReadFunc(string)
protected override bool[] ReadFunc(string pin)
Parameters
pinstring
Returns
- bool[]
SetAction(string, bool)
protected override void SetAction(string pinList, bool value)
Parameters
SetCache(bool, string)
public static void SetCache(bool value, string pinList)