Edit

SensorConnectionType enumeration (sensorsapi.h)

Important

Use the UWP Sensor API instead.

The COM-based Sensor API is deprecated and should not be used in new applications. No additional features or enhancements are planned, and support will be limited.

Defines types of sensor device connections.

Syntax

typedef enum __MIDL___MIDL_itf_sensorsapi_0000_0000_0002 {
  SENSOR_CONNECTION_TYPE_PC_INTEGRATED = 0,
  SENSOR_CONNECTION_TYPE_PC_ATTACHED,
  SENSOR_CONNECTION_TYPE_PC_EXTERNAL
} SensorConnectionType;

Constants

 
SENSOR_CONNECTION_TYPE_PC_INTEGRATED
Value: 0
The sensor device is built into the computer.
SENSOR_CONNECTION_TYPE_PC_ATTACHED
The sensor device is attached to the computer, such as through a peripheral device.
SENSOR_CONNECTION_TYPE_PC_EXTERNAL
The sensor device is connected by external means, such as through a network connection.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Header sensorsapi.h