Constants | ||
---|---|---|
java.lang.String | DEVICE_ID | The ID of the device corresponding to this sensor |
java.lang.String | SENSOR_TYPE_ID | The ID of the SensorType corresponding to this sensor |
java.lang.String | RESOLUTION | The sensor resolution |
java.lang.String | MINIMUM_DELAY | The minimum delay of the sensor |
java.lang.String | MAXIMUM_RANGE | The maximum range of the sensor |
java.lang.String | NAME | The name of the sensor |
java.lang.String | SENSOR_ID | The ID of the sensor as defined by the Host Application this ID is used by the SensorAPI and is not necessarily the same value as the ID column |
java.lang.String | SUPPORTS_SENSOR_INTERRUPT | Indicates if the sensor supports interrupt mode In interrupt mode, the sensor only sends data when new values are available |
The ID of the device corresponding to this sensor
TYPE: INTEGER (long)
PRESENCE: REQUIRED
Constant Value: "deviceId"
The ID of the SensorType corresponding to this sensor
TYPE: INTEGER (long)
PRESENCE: REQUIRED
Constant Value: "sensorTypeId"
The sensor resolution
TYPE: REAL (float)
PRESENCE: OPTIONAL
Constant Value: "resolution"
The minimum delay of the sensor
TYPE: INTEGER (int)
PRESENCE: OPTIONAL
Constant Value: "minimumDelay"
The maximum range of the sensor
TYPE: REAL (float)
PRESENCE: OPTIONAL
Constant Value: "maximumRange"
The name of the sensor
TYPE: TEXT
PRESENCE: OPTIONAL
Constant Value: "name"
The ID of the sensor as defined by the Host Application this ID is used by the SensorAPI and is not necessarily the same value as the ID column
TYPE: INTEGER (int)
PRESENCE: REQUIRED
Constant Value: "sensorId"
Indicates if the sensor supports interrupt mode In interrupt mode, the sensor only sends data when new values are available
TYPE: SHORT INTEGER (short) (0= Not supported, 1= Supported)
PRESENCE: OPTIONAL
Constant Value: "sensorInterrupt"
Column-definitions for the Sensor table