C# Class CyrusBuilt.MonoPi.Components.Relays.RelayUtils

Relay utility methods.
ファイルを表示 Open project: cyrusbuilt/MonoPi

Public Methods

Method Description
GetInverseState ( RelayState state ) : RelayState

Gets the inverse of the specified state.

Method Details

GetInverseState() public static method

Gets the inverse of the specified state.
public static GetInverseState ( RelayState state ) : RelayState
state RelayState /// The relay state to invert. ///
return RelayState