C# 클래스 Microsoft.IoT.Devices.Input.PushButton

A basic push button that uses a single GPIO pin.
상속: IPushButton, IDisposable
파일 보기 프로젝트 열기: jbienzms/iot-devices 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
PushButton ( ) : System

Initializes a new PushButton instance.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PushButton() 공개 메소드

Initializes a new PushButton instance.
public PushButton ( ) : System
리턴 System