Windows.Devices.Sensors namespace

Expand
2 out of 2 rated this helpful - Rate this topic

Windows.Devices.Sensors namespace

[This documentation is preliminary and is subject to change.]

Provides access to the supported types of sensors and related motion data.

Members

The Windows.Devices.Sensors namespace has these types of members:

Classes

The Windows.Devices.Sensors namespace has these classes.

ClassDescription
Accelerometer Represents an accelerometer sensor.
AccelerometerReading Represents an accelerometer reading.
AccelerometerReadingChangedEventArgs Provides data for the accelerometer readingchanged event.
AccelerometerShakenEventArgs Provides data for the accelerometer-shaken event.
Compass Represents a compass sensor.
CompassReading Represents a compass reading.
CompassReadingChangedEventArgs Provides data for the compass readingchanged event.
Gyrometer Represents a gyrometer sensor.
GyrometerReading Represents a gyrometer reading.
GyrometerReadingChangedEventArgs Provides data for the gyrometer readingchanged event.
Inclinometer Represents an inclinometer sensor.
InclinometerReading Represents an inclinometer reading.
InclinometerReadingChangedEventArgs Provides data for the inclinometer readingchanged event.
LightSensor Represents an ambient-light sensor.
LightSensorReading Represents an ambient lightsensor reading.
LightSensorReadingChangedEventArgs Provides data for the ambient-light sensor reading-changed event.
OrientationSensor Represents an orientation sensor.
OrientationSensorReading Represents an orientation-sensor reading.
OrientationSensorReadingChangedEventArgs Provides data for the orientation-sensor reading-changed event.
SensorQuaternion Represents a Quaternion.
SensorRotationMatrix Represents a 3x3 rotation matrix.
SimpleOrientationSensor Represents a simple orientation sensor.
SimpleOrientationSensorOrientationChangedEventArgs Provides data for the sensor reading–changed event.

 

Enumerations

The Windows.Devices.Sensors namespace has these enumerations.

EnumerationDescription
SimpleOrientation Indicates the orientation of the device.

 

Remarks

This namespace provides access to the following types of sensors.

SensorDescription
AccelerometerDetects acceleration along three axes (x, y, and z).
InclinometerDetects changes in angle of incline.
GyrometerDetects changes in angular velocity.
CompassDetects changes in orientation.
LightDetects changes in ambient lighting.
OrientationCombines the accelerometer, compass, and gyrometer to obtain more sensitive movement data.
Simple OrientationUses the accelerometer to obtain device orientation as a rotation into one of four quadrants, or face-up, or face-down.

 

In addition, this namespace provides access to the following motion (or movement) data.

DataDescription
QuaternionA Quaternion is a rotation of a point [x,y,z] around an arbitrary axis.
Rotation MatrixA Rotation Matrix represents a rotation around 3 axes (x, y, and z).

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.Devices.Sensors
Windows::Devices::Sensors [C++]

Metadata

Windows.winmd

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD
XXX
XXX
5/25/2012