C# Class Netduino.Core.InputGpioEventArgs

A simple DTO that represents the state of an input pin on the netduino
ファイルを表示 Open project: mlinnen/Netduino-Emulator

Public Methods

Method Description
InputGpioEventArgs ( int pin, bool edge ) : System

Method Details

InputGpioEventArgs() public method

public InputGpioEventArgs ( int pin, bool edge ) : System
pin int
edge bool
return System