SensorProperties

data class SensorProperties(    val name: String,     val formatter: SensorDataFormat,     val type: Int)

Properties of Sensors for aggregate data recorders.

Constructors

Link copied to clipboard
fun SensorProperties(    name: String,     formatter: SensorDataFormat,     type: Int)

Properties

Link copied to clipboard
val formatter: SensorDataFormat

Formatting class to format the recorded data

Link copied to clipboard
val name: String

Name of the sensor

Link copied to clipboard
val type: Int

Android integer that describes the type of the sensor