This topic has not yet been rated - Rate this topic

GyrometerReading class

Represents a gyrometer reading.

Syntax


/* For information about creating or accessing this object, see Remarks. */

Attributes

DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The GyrometerReading class has these types of members:

Methods

The GyrometerReading class inherits methods from the Object class (C#/VB/C++).

Properties

The GyrometerReading class has these properties.

PropertyAccess typeDescription

AngularVelocityX

Read-onlyGets the angular velocity, in degrees per second, about the x-axis.

AngularVelocityY

Read-onlyGets the angular velocity, in degrees per second, about the y-axis.

AngularVelocityZ

Read-onlyGets the angular velocity, in degrees per second, about the z-axis.

Timestamp

Read-onlyGets the time at which the sensor reported the reading.

 

Remarks

This object is accessed when you invoke the GetCurrentReading method; and, it is accessed when you retrieve the Reading property of the GyrometerReadingChangedEventArgs object in the event callback method.

Requirements

Minimum supported client

Windows 8 [Windows Store apps, desktop apps]

Minimum supported server

Windows Server 2012 [Windows Store apps, desktop apps]

Minimum supported phone

Windows Phone 8

Namespace

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

Metadata

Windows.winmd

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.