SensorConnectionType enumeration (sensorsclassextension.h)

The SensorConnectionType enumeration type defines values for the SENSOR_CONNECTION_TYPE property.

Syntax

typedef enum __MIDL___MIDL_itf_windowssensorclassextension_0000_0000_0002 {
  SENSOR_CONNECTION_TYPE_PC_INTEGRATED,
  SENSOR_CONNECTION_TYPE_PC_ATTACHED,
  SENSOR_CONNECTION_TYPE_PC_EXTERNAL
} SensorConnectionType;

Constants

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

Requirements

Requirement Value
Minimum supported client Windows 7,Available in Windows 7.
Minimum supported server None supported
Header sensorsclassextension.h

See also

Enumeration properties

ISensorDriver::OnGetProperties