Class SatelliteStatusChangedEventArgs
Definition
- Assembly:
- Tizen.Location.dll
An extended EventArgs class which contains the changed satellite status.
C#Copypublic class SatelliteStatusChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSatelliteStatusChangedEventArgs
Constructors
View Source
SatelliteStatusChangedEventArgs(uint, uint, DateTime)
The class constructor for the SatelliteStatusChangedEventArgs class.
Declaration
C#Copypublic 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
Declaration
C#Copypublic uint ActiveCount { get; }
Property Value
Type | Description |
---|---|
uint |
Declaration
C#Copypublic uint InViewCount { get; }
Property Value
Type | Description |
---|---|
uint |
Declaration
C#Copypublic DateTime Timestamp { get; }
Property Value
Type | Description |
---|---|
System.DateTime |