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: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
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.
|