C# Class CyrusBuilt.MonoPi.Components.Switches.MomentarySwitchBase

Base class for momentary switch component abstractions.
Inheritance: SwitchBase, IMomentarySwitch
ファイルを表示 Open project: cyrusbuilt/MonoPi

Protected Methods

Method Description
MomentarySwitchBase ( ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Switches.MomentarySwitchBase class. This is the default constructor.

Method Details

MomentarySwitchBase() protected method

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Switches.MomentarySwitchBase class. This is the default constructor.
protected MomentarySwitchBase ( ) : System
return System