ISensor Interface
- Updated2024-10-03
- 1 minute(s) read
Represents the interface for the sensor.
Derives from
None
Syntax
Namespace: NationalInstruments.AteCore
public interface ISensor
Remarks
<threadsafety safety="unsafe">
Properties
| Name | Description |
|---|---|
| Name | Gets sensor name. |
| OwningComponent | Gets the component this sensor connects to (IComponent). |
| SensorType | Gets sensor type (SensorType). |
Methods
| Name | Description |
|---|---|
| ReadSensorAsync() | Reads the sensor reading. |