This topic has not yet been rated - Rate this topic

SensorState Enumeration

May 02, 2013

An enumeration of values for expressing the current state of the accelerometer. The state of a sensor can be obtained using its State property.

Namespace:  Microsoft.Devices.Sensors
Assembly:  Microsoft.Devices.Sensors (in Microsoft.Devices.Sensors.dll)
public enum SensorState
<object property="enumerationValue" .../>
Member nameDescription
NotSupportedThe sensor hardware is unavailable.
ReadyThe sensor is available and resolving data.
InitializingThe sensor is available and initializing.
NoDataThe sensor is unable to obtain data.
NoPermissionsThe caller does not have permission to access the sensor’s data.
DisabledThe sensor is disabled.

Capabilities

If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.

ID_CAP_SENSORS

Windows Phone 8, Windows Phone OS 7.1

For more info, see App capabilities and hardware requirements for Windows Phone.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.