Class PedometerDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

    The Pedometer changed event arguments class is used for storing the data returned by a pedometer.

    public class PedometerDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PedometerDataUpdatedEventArgs

    Properties

    View Source

    CalorieBurned

    Gets the calorie burned.

    Declaration
    public float CalorieBurned { get; }
    Property Value
    Type Description
    float

    The calorie burned.

    View Source

    LastSpeed

    Gets the last speed.

    Declaration
    public float LastSpeed { get; }
    Property Value
    Type Description
    float

    The last speed.

    View Source

    LastSteppingFrequency

    Gets the last stepping frequency.

    Declaration
    public float LastSteppingFrequency { get; }
    Property Value
    Type Description
    float

    The last stepping frequency.

    View Source

    LastStepStatus

    Gets the last step status.

    Declaration
    public PedometerState LastStepStatus { get; }
    Property Value
    Type Description
    PedometerState

    The last stepping status.

    View Source

    MovingDistance

    Gets the moving distance.

    Declaration
    public float MovingDistance { get; }
    Property Value
    Type Description
    float

    The moving distance.

    View Source

    RunStepCount

    Gets the running step count.

    Declaration
    public uint RunStepCount { get; }
    Property Value
    Type Description
    uint

    The run step count.

    View Source

    StepCount

    Gets the step count.

    Declaration
    public uint StepCount { get; }
    Property Value
    Type Description
    uint

    The step count.

    View Source

    WalkStepCount

    Gets the walking step count.

    Declaration
    public uint WalkStepCount { get; }
    Property Value
    Type Description
    uint

    The walk step count.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX