Class SatelliteVehicle
Satellite vehicle
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
public sealed class SatelliteVehicle
Properties
| Name | Description |
|---|---|
| Azimuth | Azimuth, degrees from true north, 000 to 359 |
| Elevation | Elevation in degrees, 90 maximum |
| GnssSignalId | Gets the GNSS Signal ID. |
| Id | Satellite ID number |
| SignalToNoiseRatio | Signal-to-Noise ratio, 0-99 dB (-1 when not tracking) |
| System | Satellite system |
| TalkerId | Gets the talker ID for this vehicle |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the satellite vehicle. |
Applies
| Target | Versions |
|---|---|
| .NET Standard 2.0 | main, v3.0, v2.2, v2.1, v2.0 |
| .NET | main, v3.0 |
| .NET Windows | main, v3.0 |
| .NET Android | main, v3.0 |
| .NET iOS | main, v3.0 |
| .NET Framework | main, v3.0, v2.2, v2.1, v2.0 |
| UWP | main, v3.0, v2.2, v2.1, v2.0 |
| Xamarin.Android | v2.2, v2.1, v2.0 |
| Xamarin.iOS | v2.2, v2.1, v2.0 |