SENSOR_CONNECTION_TYPES 枚举 (sensorsdef.h)

定义传感器设备连接的类型。

语法

typedef enum SENSOR_CONNECTION_TYPES {
  SensorConnectionType_Integrated,
  SensorConnectionType_Attached,
  SensorConnectionType_External
} ;

常量

 
SensorConnectionType_Integrated
传感器设备内置于计算机中。
SensorConnectionType_Attached
传感器设备连接到计算机,例如通过外围设备。
SensorConnectionType_External
传感器设备通过外部方式(例如通过网络连接)进行连接。

要求

要求
Header sensorsdef.h