Skip to main content

Class Sc16is7x2.DigitalInputPort.StateChangedEventArgs

Event arguments for the StateChanged event

Assembly: Sc16is7x2.dll
View Source
Declaration
public class Sc16is7x2.DigitalInputPort.StateChangedEventArgs

Properties

NewState

The new pin state

View Source
Declaration
public bool NewState { get; set; }

OldState

The old pin state

View Source
Declaration
public bool OldState { get; set; }