Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article provides information about the data fields that are specific to the accelerometer.
The following table shows the data fields. For more information about the types shown in the type column, see PROPVARIANT structure.
| Property key | Type | Required/Optional | Description |
|---|---|---|---|
| PKEY_SensorData_AccelerationX_Gs | VT_R4 | Required | The x-axis acceleration in g's. |
| PKEY_SensorData_AccelerationY_Gs | VT_R4 | Required | The y-axis acceleration in g's. |
| PKEY_SensorData_AccelerationZ_G | VT_R4 | Required | The z-axis acceleration in g's. |
| PKEY_SensorData_Shake | VT_BOOL | Optional | An indication that a shake has been detected by the accelerometer. This must be true if the data field is sent up. |