C# Class Netduino.Core.InputGpioEventArgs

A simple DTO that represents the state of an input pin on the netduino
Afficher le fichier Open project: mlinnen/Netduino-Emulator

Méthodes publiques

Méthode Description
InputGpioEventArgs ( int pin, bool edge ) : System

Method Details

InputGpioEventArgs() public méthode

public InputGpioEventArgs ( int pin, bool edge ) : System
pin int
edge bool
Résultat System