C# Class GHIElectronics.UAP.Drivers.PCA9535.PinChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: amykatenicho/IoTWorkshop

Méthodes publiques

Méthode Description
PinChangedEventArgs ( int pin, bool newState ) : System

Method Details

PinChangedEventArgs() public méthode

public PinChangedEventArgs ( int pin, bool newState ) : System
pin int
newState bool
Résultat System