com.samsung.android.service.health.tracking.data

Class ValueKey.MfBiaSet

  • java.lang.Object
    • com.samsung.android.service.health.tracking.data.ValueKey.MfBiaSet
    • Field Detail

      • BODY_IMPEDANCE_MAGNITUDE_5K

        public static final ValueKey<Float> BODY_IMPEDANCE_MAGNITUDE_5K
        The magnitude of body impedance at a 5 kHz frequency signal.
        Since:
        1.4.0
      • BODY_IMPEDANCE_PHASE_5K

        public static final ValueKey<Float> BODY_IMPEDANCE_PHASE_5K
        The phase of body impedance at a 5 kHz frequency signal.
        Since:
        1.4.0
      • BODY_IMPEDANCE_MAGNITUDE_10K

        public static final ValueKey<Float> BODY_IMPEDANCE_MAGNITUDE_10K
        The magnitude of body impedance at a 10 kHz frequency signal.
        Since:
        1.4.0
      • BODY_IMPEDANCE_PHASE_10K

        public static final ValueKey<Float> BODY_IMPEDANCE_PHASE_10K
        The phase of body impedance at a 10 kHz frequency signal.
        Since:
        1.4.0
      • BODY_IMPEDANCE_MAGNITUDE_50K

        public static final ValueKey<Float> BODY_IMPEDANCE_MAGNITUDE_50K
        The magnitude of body impedance at a 50 kHz frequency signal.
        Since:
        1.4.0
      • BODY_IMPEDANCE_PHASE_50K

        public static final ValueKey<Float> BODY_IMPEDANCE_PHASE_50K
        The phase of body impedance at a 50 kHz frequency signal.
        Since:
        1.4.0
      • BODY_IMPEDANCE_MAGNITUDE_250K

        public static final ValueKey<Float> BODY_IMPEDANCE_MAGNITUDE_250K
        The magnitude of body impedance at a 250 kHz frequency signal.
        Since:
        1.4.0
      • BODY_IMPEDANCE_PHASE_250K

        public static final ValueKey<Float> BODY_IMPEDANCE_PHASE_250K
        The phase of body impedance at a 250 kHz frequency signal.
        Since:
        1.4.0
      • STATUS

        public static final ValueKey<Integer> STATUS
        The status for the MF_BIA_ON_DEMAND measurement.

        The available values are:

          Status value Description
          0 No error
          4 One of the wrist electrodes is detached. Please retry the MF-BIA measurement.
          7 A finger is detached from the watch's 2 o’clock electrode key. Please retry the measurement.
          8 A finger is detached from the watch's 4 o’clock electrode key. Please retry the measurement.
          9 Fingers are detached from both of the watch's electrode keys. Please retry the measurement.
          10 Wrist loose error. Please check if the watch is worn tightly and retry the measurement.
          11 Dry finger skin. Provide a guide to the user to moisturize the finger and retry the measurement.
          13 Body magnitude is outside the expected range.
          Please retry the measurement.
          14 Two hands are touching each other. Please keep both hands out of contact and retry the measurement.
          15 Finger touches the watch frame, fingers should touch the electrode key only.
          17 Keep your body and wrist still and retry the measurement.
          19 Signal quality is Low.
          23 Measurement in progress.

        Since:
        1.4.0
      • PROGRESS

        public static final ValueKey<Float> PROGRESS
        Measurement progress.
        Since:
        1.4.0
    • Constructor Detail

      • MfBiaSet

        public MfBiaSet()