Sony Addon SDK
public static interface

Registration.SensorColumns

This project is no longer being supported and will not get any further updates.

Class Overview

Column-definitions for the Sensor table

Summary

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

Constants

Added in API level 1.0 public static final java.lang.String DEVICE_ID

The ID of the device corresponding to this sensor

TYPE: INTEGER (long)

PRESENCE: REQUIRED

Constant Value: "deviceId"

Added in API level 1.0 public static final java.lang.String SENSOR_TYPE_ID

The ID of the SensorType corresponding to this sensor

TYPE: INTEGER (long)

PRESENCE: REQUIRED

Constant Value: "sensorTypeId"

Added in API level 1.0 public static final java.lang.String RESOLUTION

The sensor resolution

TYPE: REAL (float)

PRESENCE: OPTIONAL

Constant Value: "resolution"

Added in API level 1.0 public static final java.lang.String MINIMUM_DELAY

The minimum delay of the sensor

TYPE: INTEGER (int)

PRESENCE: OPTIONAL

Constant Value: "minimumDelay"

Added in API level 1.0 public static final java.lang.String MAXIMUM_RANGE

The maximum range of the sensor

TYPE: REAL (float)

PRESENCE: OPTIONAL

Constant Value: "maximumRange"

Added in API level 1.0 public static final java.lang.String NAME

The name of the sensor

TYPE: TEXT

PRESENCE: OPTIONAL

Constant Value: "name"

Added in API level 1.0 public static final 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

TYPE: INTEGER (int)

PRESENCE: REQUIRED

Constant Value: "sensorId"

Added in API level 1.0 public static final 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

TYPE: SHORT INTEGER (short) (0= Not supported, 1= Supported)

PRESENCE: OPTIONAL

Constant Value: "sensorInterrupt"