// sensorsdef.h
typedef enum SENSOR_CONNECTION_TYPES {
SensorConnectionType_Integrated,
SensorConnectionType_Attached,
SensorConnectionType_External
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Defines the types of sensor device connections.
SensorConnectionType_IntegratedThe sensor device is built into the computer.
SensorConnectionType_AttachedThe sensor device is attached to the computer, such as through a peripheral device.
SensorConnectionType_ExternalThe sensor device is connected by external means, such as through a network connection.