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

Inheritance: System.EventArgs
Mostrar archivo Open project: amykatenicho/IoTWorkshop

Public Methods

Method Description
PinChangedEventArgs ( int pin, bool newState ) : System

Method Details

PinChangedEventArgs() public method

public PinChangedEventArgs ( int pin, bool newState ) : System
pin int
newState bool
return System