Class DigitalInputReceivedEventArgs
Provides data for the DigitalInputReceived event.
public class DigitalInputReceivedEventArgs : EventArgs
- Inheritance
-
DigitalInputReceivedEventArgs
- Inherited Members
Constructors
- DigitalInputReceivedEventArgs(int, byte)
Initializes a new instance of the DigitalInputReceivedEventArgs class using the port number and port pin state received in the digital input message.
Properties
- Port
Gets the number identifying the digital port from which the event originated.
- State
Gets the state of all the digital input pins in the specified port at the time the transition occurred.