CLCmdStreamingDaytotal class final

Data structure for streaming daily total from peripheral.

Constructors

CLCmdStreamingDaytotal({required int epoch, required double skinTemperature, required int steps, required double calories, required double distance, required int heartRate, required int skinTouch, required int sleepSeconds, required int acttype, required int uv, required int bp_lp, required int bp_hp, required int atm, required int spo2, required int hrv, required int stress, required int sweatsugar, required int lacticacid})
CLCmdStreamingDaytotal.from(PERIPHERAL_STREAMING_DAY_TOTAL v)
factory

Properties

acttype int
< The total sleep seconds.
final
atm int
final
bp_hp int
final
bp_lp int
final
calories double
< The number of steps.
final
distance double
< The number of calories burned.
final
epoch int
final
hashCode int
The hash code for this object.
no setterinherited
heartRate int
< The distance traveled in meters.
final
hrv int
final
lacticacid int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skinTemperature double
< The epoch time since 1970.
final
skinTouch int
< The heart rate in beat per minute.
final
sleepSeconds int
< The number of pads skin touched.
final
spo2 int
final
steps int
< The skin temperature
final
stress int
final
sweatsugar int
final
uv int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

subject StreamController<CLCmdStreamingDaytotal>
final