Method | Description | |
---|---|---|
DigitalIn ( AForge.Robotics.TeRK.Qwerk qwerk ) |
Initializes a new instance of the Qwerk.DigitalIn class.
|
|
GetInput ( int input ) : bool |
Get state of the specified digital 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 ( ) : bool[] |
Get state of all available digital inputs.
|
public DigitalIn ( AForge.Robotics.TeRK.Qwerk qwerk ) | ||
qwerk | AForge.Robotics.TeRK.Qwerk | Reference to |
public GetInput ( int input ) : bool | ||
input | int | Digital input to get state of, [0, |
return | bool |