Class Caster
Gets metadata about the NTRIP Caster
Inherited Members
Namespace: NmeaParser.Gnss.Ntrip
Assembly: NmeaParser.dll
Syntax
public class Caster : NtripSource
Constructors
| Name | Description |
|---|---|
| Caster(IPAddress, int, string, string, bool, string, double, double, IPAddress) | Initializes a new instance of the Caster class. |
Properties
| Name | Description |
|---|---|
| Address | Gets the caster IP Address |
| CountryCode | Gets the country code for the caster origin |
| FallbackAddress | Gets the fallback address for the caster |
| Identifier | Gets the caster identifier |
| Latitude | Gets the latitude for the caster |
| Longitude | Gets the longitude for the caster |
| Operator | Gets the caster operator |
| Port | Gets the caster port |
| SupportsNmea | Gets a value indicating whether it supports NMEA |
Applies
| Target | Versions |
|---|---|
| .NET Standard 2.0 | main, v3.0, v2.2, v2.1 |
| .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 |
| UWP | main, v3.0, v2.2, v2.1 |
| Xamarin.Android | v2.2, v2.1 |
| Xamarin.iOS | v2.2, v2.1 |