ShortSummaryNetwork

data class ShortSummaryNetwork(val recordIndex: Long, var sensorId: String = "", val recordTimestamp: Long, val tsOffset: Long, val firstRecId: Long, val energyIn: Int, val energyOut: Int, val heartRate: Int, val maxHr: Int?, val minHr: Int?, val stressLevel: Int, val emotionalTension: Int?, val psychoState: Int?, val precision: Int, val dehydrationState: Int, val currentHydration: Int, val normalHydrationLevel: Int, val waterBalance: Int, val metabolicWaterLoss: Float?, val activityWaterLoss: Float?, val flags: Int, val batteryLevel: Int, val steps: Int, val distance: Int?, val ncCnt: Int?, val ncStats: Int?, val reserved1: Int?, val reserved2: Int?, val reserved3: Int?, val cmd: Int) : NetworkRecord

Constructors

Link copied to clipboard
fun ShortSummaryNetwork(recordIndex: Long, sensorId: String = "", recordTimestamp: Long, tsOffset: Long, firstRecId: Long, energyIn: Int, energyOut: Int, heartRate: Int, maxHr: Int?, minHr: Int?, stressLevel: Int, emotionalTension: Int?, psychoState: Int?, precision: Int, dehydrationState: Int, currentHydration: Int, normalHydrationLevel: Int, waterBalance: Int, metabolicWaterLoss: Float?, activityWaterLoss: Float?, flags: Int, batteryLevel: Int, steps: Int, distance: Int?, ncCnt: Int?, ncStats: Int?, reserved1: Int?, reserved2: Int?, reserved3: Int?, cmd: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val cmd: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val flags: Int
Link copied to clipboard
Link copied to clipboard
val maxHr: Int?
Link copied to clipboard
Link copied to clipboard
val minHr: Int?
Link copied to clipboard
val ncCnt: Int?
Link copied to clipboard
val ncStats: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val recordIndex: Long
Link copied to clipboard
open override val recordTimestamp: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var sensorId: String
Link copied to clipboard
val steps: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String