次の方法で共有


ACC_ORIENT (Compact 2013)

3/26/2014

This structure describes the current orientation of the specified device.

Syntax

typedef struct _ACC_ORIENT
{ 
    SENSOR_DATA_HEADER hdr;
    DEVICE_ORIENTATION devOrientation;
} ACC_ORIENT, *PACC_ORIENT;

Members

  • hdr
    SENSOR_DATA_HEADER structure that contains the acquisition time, the unique ID of the device from which the data originated, and the message type.
  • devOrientation
    DEVICE_ORIENTATION enumeration that describes the device's orientation.

Requirements

Header

accapi.h

See Also

Reference

Accelerometer COREDLL.DLL Structures