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.
See Also