C# Класс Porrey.Uwp.IoT.PulseWidthChangedEventArgs

Provides data for the PulseWidthChangedEvent.
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
PulseWidthChangedEventArgs ( double highPulseWidth, double lowPulseWidth ) : System

Creates an instance of PulseWidthChangedEventArgs with the provide values for HighPulseWidth and LowPulseWidth.

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

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

Creates an instance of PulseWidthChangedEventArgs with the provide values for HighPulseWidth and LowPulseWidth.
public PulseWidthChangedEventArgs ( double highPulseWidth, double lowPulseWidth ) : System
highPulseWidth double
lowPulseWidth double
Результат System