Skip to main content

Class IOExpanderInputChangedEventArgs

IOExpanderInputChangedEventArgs class

Assembly: Mcp23xxx.dll​
View Source​
Declaration
public class IOExpanderInputChangedEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties​

InterruptPins​

Which pins were interrupted

View Source​
Declaration
public byte InterruptPins { get; }

InputState​

The values of pins that were interrupted

View Source​
Declaration
public ushort InputState { get; }