Show / Hide Table of Contents

Constructor NmeaFileDevice

| Edit this page View Source

NmeaFileDevice(string)

Initializes a new instance of the NmeaFileDevice class.

Declaration
public NmeaFileDevice(string fileName)
Parameters
Type Name Description
string fileName

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0main, v3.0, v2.2, v2.1, v2.0
.NETmain, v3.0
.NET Windowsmain, v3.0
.NET Androidmain, v3.0
.NET iOSmain, v3.0
.NET Frameworkmain, v3.0, v2.2, v2.1, v2.0
UWPmain, v3.0, v2.2, v2.1, v2.0
Xamarin.Androidv2.2, v2.1, v2.0
Xamarin.iOSv2.2, v2.1, v2.0
| Edit this page View Source

NmeaFileDevice(string, int)

Initializes a new instance of the NmeaFileDevice class.

Declaration
public NmeaFileDevice(string fileName, int readSpeed)
Parameters
Type Name Description
string fileName
int readSpeed

The time to wait between each group of lines being read in milliseconds

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0main, v3.0, v2.2, v2.1, v2.0
.NETmain, v3.0
.NET Windowsmain, v3.0
.NET Androidmain, v3.0
.NET iOSmain, v3.0
.NET Frameworkmain, v3.0, v2.2, v2.1, v2.0
UWPmain, v3.0, v2.2, v2.1, v2.0
Xamarin.Androidv2.2, v2.1, v2.0
Xamarin.iOSv2.2, v2.1, v2.0
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX