Class IOExpanderInputChangedEventArgs
IOExpanderInputChangedEventArgs class
Assembly: Mcp23xxx.dll
View Source
public class IOExpanderInputChangedEventArgs : EventArgs
Inheritance: System.Object
-> System.EventArgs
Properties
InterruptPins
Which pins were interrupted
View Source
public byte InterruptPins { get; }
InputState
The values of pins that were interrupted
View Source
public ushort InputState { get; }