C# Class Netduino.Core.OutputGpioEventArgs

Show file Open project: mlinnen/Netduino-Emulator

Public Methods

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

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

Method Details

OutputGpioEventArgs() public method

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
return System