Class SatelliteInformation
Definition
- Assembly:
- Tizen.Location.dll
This class contains the information of the satellite under consideration.
C#Copypublic class SatelliteInformation
- Inheritance
-
objectSatelliteInformation
Constructors
View Source
SatelliteInformation(uint, uint, uint, uint, bool)
The Class constructor for the SatelliteInformation class.
Declaration
C#Copypublic SatelliteInformation(uint azimuth, uint elevation, uint prn, uint snr, bool active)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | azimuth | The azimuth value of the satellite in degrees. |
| uint | elevation | The elevation of the satellite in meters. |
| uint | prn | The PRN value of the satellite. |
| uint | snr | The SNR value of the satellite in dB. |
| bool | active | The flag signaling if the satellite is in use. |
Properties
Declaration
C#Copypublic bool Active { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Declaration
C#Copypublic uint Azimuth { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Declaration
C#Copypublic uint Elevation { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Declaration
C#Copypublic uint Prn { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Declaration
C#Copypublic uint Snr { get; }
Property Value
| Type | Description |
|---|---|
| uint |