Interface ISensorDevice
Interface for a sensor device, use more specific interfaces to retrieve sensor data
public interface ISensorDevice : IInputDevice
- Inherited Members
Properties
IsEnabled
Gets or sets if this sensor is enabled
bool IsEnabled { get; set; }
Property Value
Remarks
Sensors are disabled by default