Method | Description | |
---|---|---|
AnalogIn ( AForge.Robotics.TeRK.Qwerk qwerk ) |
Initializes a new instance of the Qwerk.AnalogIn class.
|
|
GetInput ( int input ) : short |
Get state of the specified analog input. In the case if multiply inputs should be queried, it is much preferred to use GetInputs method, which retrieves state of all inputs at once. |
|
GetInputs ( ) : short[] |
Get state of all available analog inputs.
|
public AnalogIn ( AForge.Robotics.TeRK.Qwerk qwerk ) | ||
qwerk | AForge.Robotics.TeRK.Qwerk | Reference to |
public GetInput ( int input ) : short | ||
input | int | Analog input to get state of, [0, |
return | short |