CLCmdUserProfile class final
Data structure for user profile information.
Constructors
- CLCmdUserProfile({required int height_in_cm, required int weight_in_kg, required int stride_length_in_cm, required int stride_length_run_in_cm, required int stepRateForRunLength, required int units_type, required String nickname, required int clock_orientation, required int sleep_alarm_day_of_week, required int bed_hr, required int bed_min, required int wakeup_hr, required int wakeup_min, required int screen_display_option, required int touch_virbration, required int daily_goal, required int training_display_option, required int age, required int sex, required int stride_length_run_indoor_in_cm, required int hr_alarm_rate, required int pace_alarm_zone, required int app_setting, required int caloryDisplayType, required int healthinfolevel, required int stepAlarmEn, required int stepAlarmVal, required int calAlarmEn, required int calAlarmVal, required int stAlarmVal, required int stMinAlarmVal})
- CLCmdUserProfile.from(PERIPHERAL_USER_PROFILE_DATA v)
-
factory
Properties
- age → int
-
final
- app_setting → int
-
final
- bed_hr → int
-
final
- bed_min → int
-
final
- calAlarmEn → int
-
final
- calAlarmVal → int
-
final
- caloryDisplayType → int
-
final
- clock_orientation → int
-
final
- daily_goal → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthinfolevel → int
-
final
- height_in_cm → int
-
final
- hr_alarm_rate → int
-
final
- nickname → String
-
final
- pace_alarm_zone → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screen_display_option → int
-
final
- sex → int
-
final
- sleep_alarm_day_of_week → int
-
final
- stAlarmVal → int
-
final
- stepAlarmEn → int
-
final
- stepAlarmVal → int
-
final
- stepRateForRunLength → int
-
< running stride length
final
- stMinAlarmVal → int
-
final
- stride_length_in_cm → int
-
< user weight
final
- stride_length_run_in_cm → int
-
< stride length, i.e., step length
final
- stride_length_run_indoor_in_cm → int
-
final
- touch_virbration → int
-
final
- training_display_option → int
-
final
- units_type → int
-
final
- wakeup_hr → int
-
final
- wakeup_min → int
-
final
- weight_in_kg → int
-
< user height.
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