Short Summary Network
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)