mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-30 20:34:13 +01:00
261 lines
12 KiB
HTML
261 lines
12 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE]><![endif]-->
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>Class NtripStream </title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="Class NtripStream ">
|
|
|
|
<meta name="description" content="Metadata on an NTRIP Data Stream">
|
|
<link rel="shortcut icon" href="../../favicon.ico">
|
|
<link rel="stylesheet" href="../../styles/docfx.vendor.min.css">
|
|
<link rel="stylesheet" href="../../styles/docfx.css">
|
|
<link rel="stylesheet" href="../../styles/main.css">
|
|
<meta property="docfx:navrel" content="../../toc.html">
|
|
<meta property="docfx:tocrel" content="toc.html">
|
|
|
|
|
|
|
|
</head>
|
|
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
|
<div id="wrapper">
|
|
<header>
|
|
|
|
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
|
|
<a class="navbar-brand" href="../../index.html">
|
|
<img id="logo" class="svg" src="../../images/logo.png" alt="">
|
|
</a>
|
|
</div>
|
|
<div class="collapse navbar-collapse" id="navbar">
|
|
<form class="navbar-form navbar-right" role="search" id="search">
|
|
<div class="form-group">
|
|
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="subnav navbar navbar-default">
|
|
<div class="container hide-when-search" id="breadcrumb">
|
|
<ul class="breadcrumb">
|
|
<li></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div role="main" class="container body-content hide-when-search">
|
|
|
|
<div class="sidenav hide-when-search">
|
|
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
|
<div class="sidetoggle collapse" id="sidetoggle">
|
|
<div id="sidetoc"></div>
|
|
</div>
|
|
</div>
|
|
<div class="article row grid-right">
|
|
<div class="col-md-10">
|
|
<article class="content wrap" id="_content" data-uid="NmeaParser.Gnss.Ntrip.NtripStream">
|
|
|
|
|
|
|
|
<h1 id="NmeaParser_Gnss_Ntrip_NtripStream" data-uid="NmeaParser.Gnss.Ntrip.NtripStream" class="text-break">Class NtripStream</h1>
|
|
<div class="markdown level0 summary"><p>Metadata on an NTRIP Data Stream</p>
|
|
</div>
|
|
<div class="markdown level0 conceptual"></div>
|
|
<div class="inheritance">
|
|
<h5>Inheritance</h5>
|
|
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
|
<div class="level1"><a class="xref" href="NmeaParser.Gnss.Ntrip.NtripSource.html">NtripSource</a></div>
|
|
<div class="level2"><span class="xref">NtripStream</span></div>
|
|
</div>
|
|
<div class="inheritedMembers">
|
|
<h5>Inherited Members</h5>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
|
</div>
|
|
</div>
|
|
<h6><strong>Namespace</strong>: <a class="xref" href="NmeaParser.html">NmeaParser</a>.<a class="xref" href="NmeaParser.Gnss.html">Gnss</a>.<a class="xref" href="NmeaParser.Gnss.Ntrip.html">Ntrip</a></h6>
|
|
<h6><strong>Assembly</strong>: NmeaParser.dll</h6>
|
|
<h5 id="NmeaParser_Gnss_Ntrip_NtripStream_syntax">Syntax</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public class NtripStream : NtripSource</code></pre>
|
|
</div>
|
|
<h3 id="properties">Properties
|
|
</h3>
|
|
<table class="table table-bordered table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_Carrier" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.Carrier">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.Carrier.html#NmeaParser_Gnss_Ntrip_NtripStream_Carrier">Carrier</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>Gets the wave carrier for the stream</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_CountryCode" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.CountryCode">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.CountryCode.html#NmeaParser_Gnss_Ntrip_NtripStream_CountryCode">CountryCode</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>Gets the country code for where the stream originates</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_Format" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.Format">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.Format.html#NmeaParser_Gnss_Ntrip_NtripStream_Format">Format</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>Gets the stream format</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_FormatDetails" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.FormatDetails">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.FormatDetails.html#NmeaParser_Gnss_Ntrip_NtripStream_FormatDetails">FormatDetails</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>Gets the details about the format</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_Identifier" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.Identifier">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.Identifier.html#NmeaParser_Gnss_Ntrip_NtripStream_Identifier">Identifier</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>Gets the unique identifier for the stream</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_Latitude" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.Latitude">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.Latitude.html#NmeaParser_Gnss_Ntrip_NtripStream_Latitude">Latitude</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>Gets the latitude location of the base station</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_Longitude" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.Longitude">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.Longitude.html#NmeaParser_Gnss_Ntrip_NtripStream_Longitude">Longitude</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>Gets the longitude location of the base station</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_Mountpoint" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.Mountpoint">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.Mountpoint.html#NmeaParser_Gnss_Ntrip_NtripStream_Mountpoint">Mountpoint</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>The mountpoint used with <a class="xref" href="NmeaParser.Gnss.Ntrip.Client.OpenStream.html#NmeaParser_Gnss_Ntrip_Client_OpenStream_System_String_">OpenStream(string)</a></p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_Network" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.Network">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.Network.html#NmeaParser_Gnss_Ntrip_NtripStream_Network">Network</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>Gets the network for the stream</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="NmeaParser_Gnss_Ntrip_NtripStream_SupportsNmea" data-uid="NmeaParser.Gnss.Ntrip.NtripStream.SupportsNmea">
|
|
<a class="xref" href="NmeaParser.Gnss.Ntrip.NtripStream.SupportsNmea.html#NmeaParser_Gnss_Ntrip_NtripStream_SupportsNmea">SupportsNmea</a>
|
|
</td>
|
|
<td class="markdown level1 summary"><p>Gets a value indicating whether the stream supports NMEA</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<h3 id="appliesTo">Applies</h3>
|
|
|
|
<div class="appliesto">
|
|
<div>
|
|
<table>
|
|
<thead><th>Target</th><th>Versions</th></thead>
|
|
<tbody>
|
|
<tr><td><b>.NET Standard 2.0</b></td><td>main, v3.0, v2.2, v2.1</td></tr>
|
|
<tr><td><b>.NET</b></td><td>main, v3.0</td></tr>
|
|
<tr><td><b>.NET Windows</b></td><td>main, v3.0</td></tr>
|
|
<tr><td><b>.NET Android</b></td><td>main, v3.0</td></tr>
|
|
<tr><td><b>.NET iOS</b></td><td>main, v3.0</td></tr>
|
|
<tr><td><b>.NET Framework</b></td><td>main, v3.0, v2.2, v2.1</td></tr>
|
|
<tr><td><b>UWP</b></td><td>main, v3.0, v2.2, v2.1</td></tr>
|
|
<tr><td><b>Xamarin.Android</b></td><td>v2.2, v2.1</td></tr>
|
|
<tr><td><b>Xamarin.iOS</b></td><td>v2.2, v2.1</td></tr>
|
|
</tbody>
|
|
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
</article>
|
|
</div>
|
|
|
|
<div class="hidden-sm col-md-2" role="complementary">
|
|
<div class="sideaffix">
|
|
<div class="contribution">
|
|
<ul class="nav">
|
|
<li>
|
|
<a href="https://github.com/dotMorten/NmeaParser/blob/main/artifacts/docs/api_overwrites/applies-to-overwrite.md/#L1564" class="contribution-link">Edit this page</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/dotMorten/NmeaParser/blob/main/src/NmeaParser/Gnss/Ntrip/NtripStream.cs/#L23" class="contribution-link">View Source</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
|
<h5>In this article</h5>
|
|
<div></div>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="grad-bottom"></div>
|
|
<div class="footer">
|
|
<div class="container">
|
|
<span class="pull-right">
|
|
<a href="#top">Back to top</a>
|
|
</span>
|
|
|
|
<span>Generated by <strong>DocFX</strong></span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="../../styles/docfx.vendor.min.js"></script>
|
|
<script type="text/javascript" src="../../styles/docfx.js"></script>
|
|
<script type="text/javascript" src="../../styles/main.js"></script>
|
|
</body>
|
|
</html>
|