Class SatelliteInformation
Definition
- Namespace:
- Tizen.Location
- Assembly:
- Tizen.Location.dll
- API Level:
- 3
This class contains the information of the satellite under consideration.
public class SatelliteInformation
- Inheritance
-
SatelliteInformation
Constructors
View SourceSatelliteInformation(UInt32, UInt32, UInt32, UInt32, Boolean)
The Class constructor for the SatelliteInformation class.
Declaration
public SatelliteInformation(uint azimuth, uint elevation, uint prn, uint snr, bool active)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | azimuth | The azimuth value of the satellite in degrees. |
UInt32 | elevation | The elevation of the satellite in meters. |
UInt32 | prn | The PRN value of the satellite. |
UInt32 | snr | The SNR value of the satellite in dB. |
Boolean | active | The flag signaling if the satellite is in use. |
API Level: 3
Properties
View SourceActive
The operational status of the satellite.
Declaration
public bool Active { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 3
View SourceAzimuth
The azimuth information of the satellite.
Declaration
public uint Azimuth { get; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 3
View SourceElevation
The elevation information of the satellite.
Declaration
public uint Elevation { get; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 3
View SourcePrn
The PRN of the satellite.
Declaration
public uint Prn { get; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 3
View SourceSnr
The SNR of the satellite.
Declaration
public uint Snr { get; }
Property Value
Type | Description |
---|---|
UInt32 |