SENSOR_CONNECTION_TYPES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorsdef.h

typedef enum SENSOR_CONNECTION_TYPES {
  SensorConnectionType_Integrated,
  SensorConnectionType_Attached,
  SensorConnectionType_External
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-sensorsdef-sensor_connection_types)

SENSOR_CONNECTION_TYPES enumeration

Description

Defines the types of sensor device connections.

Constants

SensorConnectionType_Integrated

The sensor device is built into the computer.

SensorConnectionType_Attached

The sensor device is attached to the computer, such as through a peripheral device.

SensorConnectionType_External

The sensor device is connected by external means, such as through a network connection.