CLCmdDeviceConfig class final
Device (Cling) configuration structure
Constructors
- CLCmdDeviceConfig({required int PPGDayIntervalMilliSec, required int PPGNightIntervalMilliSec, required int SkinTempDayIntervalMilliSec, required int SkinTempNightIntervalMilliSec, required bool bUIScreenActivateWristFlip, required bool bUIScreenActivatePressHold1s, required bool bUIScreenActivatePressHold3s, required bool bUIScreenTapping, required bool bReminderOffWeekends, required int idleAlertTimeInMinutes, required int idleAlertTimeStart, required int idleAlertTimeEnd, required int screenOnTimeGeneral, required int screenOnTimeHeartRate, required int sleepSensitivity, required int stepSensitivity, required int vocSampleRate, required int alcoholSensitivity, required String cityname, required int hrbroadcast, required bool touchEnable, required bool autoBPEnable, required bool autoBOEnable})
- CLCmdDeviceConfig.from(PERIPHERAL_DEVICE_CONFIG_CONTEXT v)
-
factory
Properties
- alcoholSensitivity → int
-
final
- autoBOEnable → bool
-
final
- autoBPEnable → bool
-
final
- bReminderOffWeekends → bool
-
final
-
final
-
final
- bUIScreenActivatePressHold1s → bool
-
final
- bUIScreenActivatePressHold3s → bool
-
final
- bUIScreenActivateWristFlip → bool
-
final
- bUIScreenTapping → bool
-
final
- cityname → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hrbroadcast → int
-
final
- idleAlertTimeEnd → int
-
final
- idleAlertTimeInMinutes → int
-
final
- idleAlertTimeStart → int
-
final
- PPGDayIntervalMilliSec → int
-
final
- PPGNightIntervalMilliSec → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenOnTimeGeneral → int
-
final
- screenOnTimeHeartRate → int
-
final
- SkinTempDayIntervalMilliSec → int
-
final
- SkinTempNightIntervalMilliSec → int
-
final
- sleepSensitivity → int
-
final
- stepSensitivity → int
-
final
- touchEnable → bool
-
final
- vocSampleRate → 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