Class Satellite
Represents information about a satellite to be used in the GSV (Satellites in View) decoder.
Assembly: Meadow.Contracts.dll
View Source
public class Satellite
Properties
ID
Gets or sets the satellite ID.
View Source
public int ID { get; set; }
Elevation
Gets or sets the angle of elevation.
View Source
public int Elevation { get; set; }
Azimuth
Gets or sets the satellite azimuth.
View Source
public int Azimuth { get; set; }
SignalTolNoiseRatio
Gets or sets the signal to noise ratio of the signal.
View Source
public int SignalTolNoiseRatio { get; set; }
Methods
ToString()
Returns a string representation of the Satellite object.
View Source
public override string ToString()
Returns
System.String
: A string representation of the Satellite object.