Class SatelliteStatusChangedEventArgs

    Definition

    Namespace:
    Tizen.Location
    Assembly:
    Tizen.Location.dll

    An extended EventArgs class which contains the changed satellite status.

    public class SatelliteStatusChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SatelliteStatusChangedEventArgs

    Constructors

    View Source

    SatelliteStatusChangedEventArgs(uint, uint, DateTime)

    The class constructor for the SatelliteStatusChangedEventArgs class.

    Declaration
    public SatelliteStatusChangedEventArgs(uint activeCount, uint inviewCount, DateTime timestamp)
    Parameters
    Type Name Description
    uint activeCount

    The number of active satellites.

    uint inviewCount

    The number of satellites in view.

    System.DateTime timestamp

    The time at which the data has been extracted.

    Properties

    View Source

    ActiveCount

    Gets the number of active satellites.

    Declaration
    public uint ActiveCount { get; }
    Property Value
    Type Description
    uint
    View Source

    InViewCount

    Gets the number of satellites in view.

    Declaration
    public uint InViewCount { get; }
    Property Value
    Type Description
    uint
    View Source

    Timestamp

    Get the timestamp.

    Declaration
    public DateTime Timestamp { get; }
    Property Value
    Type Description
    System.DateTime
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX