Skip to main content

Class Satellite

Represents information about a satellite to be used in the GSV (Satellites in View) decoder.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class Satellite

Properties

ID

Gets or sets the satellite ID.

View Source
Declaration
public int ID { get; set; }

Elevation

Gets or sets the angle of elevation.

View Source
Declaration
public int Elevation { get; set; }

Azimuth

Gets or sets the satellite azimuth.

View Source
Declaration
public int Azimuth { get; set; }

SignalTolNoiseRatio

Gets or sets the signal to noise ratio of the signal.

View Source
Declaration
public int SignalTolNoiseRatio { get; set; }

Methods

ToString()

Returns a string representation of the Satellite object.

View Source
Declaration
public override string ToString()
Returns

System.String: A string representation of the Satellite object.