|
| Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
| DigitalInputChangedEventArgs Constructor (Int16, Boolean) |
| DigitalInputChangedEventArgs Class See Also Send Feedback |
Creates an instance of the DigitalInputChangedEventArgs class.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ index As Short, _ newValue As Boolean _ ) |
| C# |
|---|
public DigitalInputChangedEventArgs( short index, bool newValue ) |
Parameters
- index
- Type: System..::.Int16
The index of the digital input whose value has changed.
- newValue
- Type: System..::.Boolean
The new value of the digital input indicated by the Address parameter.