C# (CSharp) CyrusBuilt.MonoPi.Components.Switches Namespace

Classes

Name Description
MomentarySwitchBase Base class for momentary switch component abstractions.
MomentarySwitchComponent A component that is an abstraction of a momentary switch. This is an implementation of CyrusBuilt.MonoPi.Components.Switches.MomentarySwitchBase.
SwitchBase Base class for switch component abstractions.
SwitchComponent A component that is an abstraction of a standard switch. This is an implementation of CyrusBuilt.MonoPi.Components.Switches.SwitchBase.
SwitchStateChangeEventArgs Switch state change event arguments class.
ToggleSwitchBase Base class for toggle switch component abstractions.
ToggleSwitchComponent A component that is an abstraction of a toggle switch. This is an implementation of CyrusBuilt.MonoPi.Components.Switches.ToggleSwitchBase.