Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
AnalogInputChangedEventArgs Constructor (Byte, Int16) |
AnalogInputChangedEventArgs Class See Also Send Feedback |
Creates an instance of the AnalogInputChangedEventArgs class.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ index As Byte, _ newValue As Short _ ) |
C# |
---|
public AnalogInputChangedEventArgs( byte index, short newValue ) |
Parameters
- index
- Type: System..::.Byte
The index of the analog input whose value has changed. The first 3 analog input indexes represent the prioritized analog inputs (ANP1-ANP3); the remaining 32 analog input indexes represent the standard non-prioritized analog inputs (AN1-AN32).
- newValue
- Type: System..::.Int16
The new value of the indicated analog input.