Class NmeaFileDevice
A file-based NMEA device reading from a NMEA log file.
Implements
Inherited Members
Namespace: NmeaParser
Assembly: NmeaParser.dll
Syntax
public class NmeaFileDevice : BufferedStreamDevice, IDisposable
Constructors
Name | Description |
---|---|
NmeaFileDevice(string) | Initializes a new instance of the NmeaFileDevice class. |
NmeaFileDevice(string, int) | Initializes a new instance of the NmeaFileDevice class. |
NmeaFileDevice(IStorageFile) | Initializes a new instance of the NmeaFileDevice class. |
NmeaFileDevice(IStorageFile, int) | Initializes a new instance of the NmeaFileDevice class. |
Properties
Name | Description |
---|---|
FileName | Gets the name of the nmea file this device is using. |
Methods
Name | Description |
---|---|
GetStreamAsync() | Gets the stream to perform buffer reads on. |
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 |