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

Relay utility methods.
Afficher le fichier Open project: cyrusbuilt/MonoPi

Méthodes publiques

Méthode Description
GetInverseState ( RelayState state ) : RelayState

Gets the inverse of the specified state.

Method Details

GetInverseState() public static méthode

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