C# 클래스 Microsoft.IoT.DeviceHelpers.Input.PushButtonHelper

A helper class for implementing the IPushButton interface using a single GPIO pin.
상속: IDisposable
파일 보기 프로젝트 열기: jbienzms/iot-devices 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Pin_ValueChanged void

공개 메소드들

메소드 설명
Dispose ( ) : void
EnsureInitialized ( ) : void

Ensures that the helper has been initialized.

PushButtonHelper ( IPushButton owner ) : System

Initializes a new PushButtonHelper instance.

비공개 메소드들

메소드 설명
Pin_ValueChanged ( Windows.Devices.Gpio.GpioPin sender, Windows.Devices.Gpio.GpioPinValueChangedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnsureInitialized() 공개 메소드

Ensures that the helper has been initialized.
public EnsureInitialized ( ) : void
리턴 void

PushButtonHelper() 공개 메소드

Initializes a new PushButtonHelper instance.
public PushButtonHelper ( IPushButton owner ) : System
owner IPushButton /// The instance that owns this helper. ///
리턴 System