COM Interfaces (Sensor API)
The Sensor API exposes the following COM interfaces.
Interface | Description |
---|---|
ILocationPermissions | Provides the status of the system setting that allows users to change location settings. |
ILogicalSensorManager | Provides methods used by logical sensor authors to manage logical sensor connections. |
ISensor | Represents a sensor. |
ISensorCollection | Represents a collection of sensors. |
ISensorDataReport | Represents a sensor data report. |
ISensorEvents | The callback interface for receiving sensor events. |
ISensorManager | Provides methods for discovering and retrieving available sensors and a method to request sensor manager events. |
ISensorManagerEvents | The callback interface for receiving sensor manager events. |
Related topics