
@Deprecated public abstract class NumericSensor extends Object
| Constructor and Description |
|---|
NumericSensor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getInputNumero()
Deprecated.
returns the numero of input of the DIO device where this sensor is plugged on.
|
abstract void |
updateValue(String hexaValueReadOnDevice)
Deprecated.
update the on of this object with the
|
abstract void |
updateValue(String[] hexaValues)
Deprecated.
This methods is used when the device sends an array of values instead of one value.
|
public abstract void updateValue(String hexaValueReadOnDevice)
hexaValueReadOnDevice - public abstract int getInputNumero()
public abstract void updateValue(String[] hexaValues)
hexaValues - Copyright © 2017 LSST. All rights reserved.