C# 클래스 Netduino.Core.OutputGpioEventArgs

파일 보기 프로젝트 열기: mlinnen/Netduino-Emulator

공개 메소드들

메소드 설명
OutputGpioEventArgs ( int pin, bool edge ) : System

A simple DTO that represents the state of an output pin on the netduino

메소드 상세

OutputGpioEventArgs() 공개 메소드

A simple DTO that represents the state of an output pin on the netduino
public OutputGpioEventArgs ( int pin, bool edge ) : System
pin int
edge bool
리턴 System