C# Class Microsoft.IoT.Devices.Input.Switch

An implementation of the ISwitch interface that uses a single GPIO pin.
Inheritance: ISwitch, IDisposable
Afficher le fichier Open project: jbienzms/iot-devices

Private Properties

Свойство Type Description
EnsureInitialized void
Pin_ValueChanged void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Switch ( ) : System

Initializes a new Switch instance.

Private Methods

Méthode Description
EnsureInitialized ( ) : void
Pin_ValueChanged ( Windows.Devices.Gpio.GpioPin sender, Windows.Devices.Gpio.GpioPinValueChangedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Switch() public méthode

Initializes a new Switch instance.
public Switch ( ) : System
Résultat System