PERIPHERAL_STREAMING_DATA class final

Data structure for streaming information from peripheral.

Inheritance
Implemented types
Available extensions

Constructors

PERIPHERAL_STREAMING_DATA()

Properties

activity_data int
< The number of pads skin touched.
getter/setter pair
acttype int
getter/setter pair
address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
alcohol int
getter/setter pair
atm int
getter/setter pair
bodytemp double
getter/setter pair
bp_hp int
getter/setter pair
bp_lp int
getter/setter pair
calories double
< The number of running steps.
getter/setter pair
distance double
< The number of calories burned.
getter/setter pair
entries int
getter/setter pair
epoch int
getter/setter pair
glucose int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heartRate int
< Sleep state: idle (not worn), awake, light, sound, rem. 在枚举PERIPHERAL_SLEEP_STATE中取值
getter/setter pair
hrv int
getter/setter pair
lacticacid int
getter/setter pair
newstate int
getter/setter pair
running int
< The number of walking steps.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skinTemperature double
< The epoch time since 1970.
getter/setter pair
skinTouch int
< The heart rate in beat per minute.
getter/setter pair
sleepSeconds int
< The distance traveled in meters.
getter/setter pair
sleepState int
< The total sleep seconds.
getter/setter pair
spo2 int
getter/setter pair
stress int
getter/setter pair
sweatsugar int
getter/setter pair
uv int
getter/setter pair
voc int
getter/setter pair
walking int
< The skin temperature
getter/setter pair
wristtemp double
getter/setter pair

Methods

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

Operators

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