DigitalInputChangedEventArgs Constructor (Int16, Boolean)

Phcc Interface Library .NET / COM

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.

See Also