ContinuousSensor Class
Base class for any sensor that continuously reports values, after being enabled.
Once the values are available, the state of the sensor is set to ready.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 2.0.0
public abstract class ContinuousSensor
Public MustInherit Class ContinuousSensor
[<AbstractClassAttribute>]
type ContinuousSensor = class end
- Inheritance
- Object ContinuousSensor
- Derived
| IsEnabled |
Returns true if the sensor has been enabled.
|
| IsReady |
Returns true if the sensor values are available for reading.
|
| Disable |
Use to disable the sensor and stop reporting values.
|
| Enable |
Use to enable the sensor and start reporting values.
|