C# Класс Netduino.Core.InputGpioEventArgs

A simple DTO that represents the state of an input pin on the netduino
Показать файл Открыть проект

Открытые методы

Метод Описание
InputGpioEventArgs ( int pin, bool edge ) : System

Описание методов

InputGpioEventArgs() публичный Метод

public InputGpioEventArgs ( int pin, bool edge ) : System
pin int
edge bool
Результат System