CLCmdRRiData class final
Constructors
-
CLCmdRRiData({required List<
int> RRI, required int BP_LP, required int BP_HP, required int SPO2, required int STEP, required int RESERVED_DATA, required int TIMESTAMP, required int HEARTRATE}) - CLCmdRRiData.from(PERIPHERAL_RRI_DATA v)
-
factory
Properties
- BP_HP → int
-
final
- BP_LP → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- HEARTRATE → int
-
final
- RESERVED_DATA → int
-
final
-
RRI
→ List<
int> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- SPO2 → int
-
final
- STEP → int
-
final
- TIMESTAMP → 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<
CLCmdRRiData> -
final