mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Expose current filename
This commit is contained in:
parent
2cea8ba503
commit
017623e7ab
|
|
@ -61,6 +61,14 @@ namespace NmeaParser
|
|||
m_filename = fileName;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the name of the nmea file this device is using.
|
||||
/// </summary>
|
||||
public string Filename
|
||||
{
|
||||
get { return m_filename; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the stream to perform buffer reads on.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue