C# Class Porrey.Uwp.IoT.PulseWidthChangedEventArgs

Provides data for the PulseWidthChangedEvent.
Inheritance: System.EventArgs
Afficher le fichier Open project: porrey/iot

Méthodes publiques

Méthode Description
PulseWidthChangedEventArgs ( double highPulseWidth, double lowPulseWidth ) : System

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

Method Details

PulseWidthChangedEventArgs() public méthode

Creates an instance of PulseWidthChangedEventArgs with the provide values for HighPulseWidth and LowPulseWidth.
public PulseWidthChangedEventArgs ( double highPulseWidth, double lowPulseWidth ) : System
highPulseWidth double
lowPulseWidth double
Résultat System