SENSOR_CONNECTION_TYPES enumeration (sensorsdef.h)

Defines the types of sensor device connections.

Syntax

typedef enum SENSOR_CONNECTION_TYPES {
  SensorConnectionType_Integrated,
  SensorConnectionType_Attached,
  SensorConnectionType_External
} ;

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.

Requirements

Requirement Value
Header sensorsdef.h