Gets the current reading which includes a Quaternion, a RotationMatrix, and a timestamp.
public:
property OrientationSensorReading^ Reading {
OrientationSensorReading^ get ();
}
Type: OrientationSensorReading
The current reading which includes a Quaternion, a RotationMatrix, and a timestamp.
Namespace: Windows.Devices.Sensors
Metadata: windows.winmd
OrientationSensorReadingChangedEventArgs Class